[build] Ignore nt/sim json files in spotless (#5565)

This commit is contained in:
Ryan Blue
2023-08-24 03:04:28 -04:00
committed by GitHub
parent ed895815b5
commit b3ef536677

View File

@@ -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)