Skip to content

Commit

Permalink
Merge branch 'main' into vision
Browse files Browse the repository at this point in the history
  • Loading branch information
bforcum committed Feb 29, 2024
2 parents e1ee669 + 44d9f6b commit 341c75d
Show file tree
Hide file tree
Showing 22 changed files with 989 additions and 586 deletions.
9 changes: 4 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
},
],
"java.test.defaultConfig": "WPIlibUnitTests",
// Style guide - most of this came from clicking buttons and then copying from my user settings.json
// General editor stuff
// Auto Formatter
"editor.formatOnSave": true, // So you cant forget
"editor.tabSize": 4, // 4 char width indentation
"editor.detectIndentation": false, // Prevent above from being overridden
"editor.insertSpaces": false, // use tab character instead of spaces
"java.cleanup.actionsOnSave": [
"addOverride",
]
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
}
Loading

0 comments on commit 341c75d

Please sign in to comment.