Package org.openrewrite.yaml.style
Class Autodetect
- java.lang.Object
-
- org.openrewrite.yaml.style.Autodetect
-
public class Autodetect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Autodetect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openrewrite.style.GeneralFormatStylegeneralFormat(Yaml yaml)static IndentsStyletabsAndIndents(Yaml yaml, IndentsStyle orElse)
-
-
-
Method Detail
-
tabsAndIndents
public static IndentsStyle tabsAndIndents(Yaml yaml, IndentsStyle orElse)
-
generalFormat
public static org.openrewrite.style.GeneralFormatStyle generalFormat(Yaml yaml)
-
-