Skip to content

Commit

Permalink
Add formatting to VSCode config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Feb 13, 2024
1 parent bc9936d commit 4ad62ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
null
],
"java.test.defaultConfig": "WPIlibUnitTests",
"java.format.enabled": false,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSaveMode": "file",
"editor.autoIndent": "full",
"spotlessGradle.format.enable": true,
"spotlessGradle.diagnostics.enable": false,
"editor.defaultFormatter": "richardwillis.vscode-spotless-gradle",
Expand Down

0 comments on commit 4ad62ef

Please sign in to comment.