Skip to content

Commit

Permalink
Update VSCode config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Mar 11, 2024
1 parent 54a8f24 commit 9eb24ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.generate.finalModifiers": true
"source.organizeImports": "explicit",
"source.generate.finalModifiers": "explicit",
"source.fixAll": "explicit"
},
"java.saveActions.organizeImports": true,
"java.sources.organizeImports.starThreshold": 3,
Expand Down

0 comments on commit 9eb24ba

Please sign in to comment.