Skip to content

Commit ff2fb01

Browse files
Use 'leadingSpacesToTabs' instead of 'indentWithTabs' in build.gradle
1 parent 1b4b11a commit ff2fb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spotless {
130130
lineEndings("WINDOWS")
131131
java {
132132
removeUnusedImports()
133-
indentWithTabs()
133+
leadingSpacesToTabs()
134134
trimTrailingWhitespace()
135135
eclipse().configFile(file("codestyle/formatter.xml"))
136136
}

0 commit comments

Comments
 (0)