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 c7d5dfa commit 6e526d6
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 @@ -143,7 +143,7 @@ spotless {
lineEndings("WINDOWS")
java {
removeUnusedImports()
indentWithTabs()
leadingSpacesToTabs()
trimTrailingWhitespace()
eclipse().configFile(file("codestyle/formatter.xml"))
}
Expand Down

0 comments on commit 6e526d6

Please sign in to comment.