Skip to content

Commit

Permalink
chore: add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Nov 7, 2023
1 parent 896786a commit f324ae9
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 @@ -17,7 +17,7 @@ spotless {
prettier(['prettier': '2.8.8', 'prettier-plugin-java': '2.2.0'])
.config(['parser': 'java', 'useTabs': true, 'printWidth': 120])

importOrder()
importOrder('\\#', 'java', '', 'tv.codely')
removeUnusedImports()

endWithNewline()
Expand Down

0 comments on commit f324ae9

Please sign in to comment.