Skip to content

Commit

Permalink
Deprecated spotless functions updated (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsunday authored Jan 9, 2025
1 parent 2a8d542 commit 97cef48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extensions.configure<SpotlessExtension>("spotless") {
"*.sh",
"src/**/*.properties",
)
indentWithSpaces()
leadingTabsToSpaces()
trimTrailingWhitespace()
endWithNewline()
}
Expand Down

0 comments on commit 97cef48

Please sign in to comment.