Skip to content

Commit

Permalink
Spotless VS Code plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Jan 17, 2024
1 parent d20c725 commit 84c7e11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@
}
},
],
"java.test.defaultConfig": "WPIlibUnitTests"
"java.test.defaultConfig": "WPIlibUnitTests",

"[java]": {
"spotlessGradle.format.enable": true,
"spotlessGradle.diagnostics.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.spotlessGradle": true
}
},
}

0 comments on commit 84c7e11

Please sign in to comment.