Skip to content

Commit

Permalink
Ignore nt/sim json files in spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 23, 2023
1 parent 8f3d6a1 commit f274435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/java/javastyle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if (!project.hasProperty('skipJavaFormat')) {
target fileTree('.') {
include '**/*.json'
exclude '**/build/**', '**/build-*/**', '**/bin/**'
exclude '**/simgui-ds.json', '**/simgui-window.json', '**/simgui.json', '**/networktables.json'
}
gson()
.indentWithSpaces(2)
Expand Down

0 comments on commit f274435

Please sign in to comment.