Skip to content

Commit 25aa1a4

Browse files
committedAug 29, 2024
chore: update vscode settings
1 parent ee82fa6 commit 25aa1a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.vscode/settings.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"java.configuration.updateBuildConfiguration": "disabled"
2+
"editor.formatOnSave": true,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": "explicit"
5+
},
6+
"files.insertFinalNewline": true
37
}

0 commit comments

Comments
 (0)