Skip to content

Commit

Permalink
Finally remove auto imports and change max line len
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLesirge committed Mar 21, 2024
1 parent 82767bd commit c010ad1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Temporary Items
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/settings.prefs
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
Expand Down
11 changes: 9 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"editor.detectIndentation": false, // Prevent above from being overridden
"editor.insertSpaces": false, // use tab character instead of spaces
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
"source.organizeImports": "always",
"source.fixAll": "always",
},
"java.settings.url": ".vscode/settings.prefs",
"cSpell.words": [
"AHRS",
"photonvision",
"Ramsete"
]
}

0 comments on commit c010ad1

Please sign in to comment.