Uses of Enum
io.spring.javaformat.config.IndentationStyle
-
Uses of IndentationStyle in io.spring.javaformat.config
Methods in io.spring.javaformat.config that return IndentationStyleModifier and TypeMethodDescriptionJavaFormatConfig.getIndentationStyle()Return the indentation style that should be used with the project.static IndentationStyleReturns the enum constant of this type with the specified name.static IndentationStyle[]IndentationStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.spring.javaformat.config with parameters of type IndentationStyleModifier and TypeMethodDescriptionstatic JavaFormatConfigJavaFormatConfig.of(JavaBaseline javaBaseline, IndentationStyle indentationStyle) Factory method to create aJavaFormatConfigwith specific settings.