Skip to content

Commit

Permalink
Revert spotless java options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 2, 2025
1 parent 8a65280 commit f15b7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ import com.diffplug.spotless.generic.LicenseHeaderStep
spotless {
lineEndings("WINDOWS")
java {
removeUnusedImports()
indentWithTabs()
trimTrailingWhitespace()
eclipse().configFile(file("codestyle/formatter.xml"))
}
Expand Down

0 comments on commit f15b7a3

Please sign in to comment.