Package com.diffplug.gradle.spotless
Class TableTestExtension.TableTestFormatterConfig
java.lang.Object
com.diffplug.gradle.spotless.TableTestExtension.TableTestFormatterConfig
- Enclosing class:
TableTestExtension
-
Method Summary
Modifier and TypeMethodDescriptionwithIndentSize(int indentSize) Sets the fallback indent size used when no.editorconfigis found.withIndentStyle(String indentStyle) Sets the fallback indent style used when no.editorconfigis found.
-
Method Details
-
withIndentStyle
Sets the fallback indent style used when no.editorconfigis found. Must be"space"or"tab"(case-insensitive). Defaults to"space". -
withIndentSize
Sets the fallback indent size used when no.editorconfigis found. Must be >= 0. Defaults to4.
-