We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee82fa6 commit 25aa1a4Copy full SHA for 25aa1a4
.vscode/settings.json
@@ -1,3 +1,7 @@
1
{
2
- "java.configuration.updateBuildConfiguration": "disabled"
+ "editor.formatOnSave": true,
3
+ "editor.codeActionsOnSave": {
4
+ "source.organizeImports": "explicit"
5
+ },
6
+ "files.insertFinalNewline": true
7
}
0 commit comments