Skip to content

Commit

Permalink
Use 'leadingSpacesToTabs' instead of 'indentWithTabs' in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 11, 2025
1 parent 1b4b11a commit ff2fb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spotless {
lineEndings("WINDOWS")
java {
removeUnusedImports()
indentWithTabs()
leadingSpacesToTabs()
trimTrailingWhitespace()
eclipse().configFile(file("codestyle/formatter.xml"))
}
Expand Down

0 comments on commit ff2fb01

Please sign in to comment.