|
@@ -1,7 +1,15 @@
|
|
{
|
|
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
|
|
+ "java.compile.nullAnalysis.mode": "automatic",
|
|
"java.refactor.renameFromFileExplorer": "prompt",
|
|
"java.refactor.renameFromFileExplorer": "prompt",
|
|
"java.format.settings.url": "./.vscode/JME_style.xml",
|
|
"java.format.settings.url": "./.vscode/JME_style.xml",
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnPaste": true,
|
|
- "editor.formatOnType": true
|
|
|
|
|
|
+ "editor.formatOnType": false,
|
|
|
|
+ "editor.formatOnSave": true,
|
|
|
|
+ "editor.formatOnSaveMode": "modifications" ,
|
|
|
|
+
|
|
|
|
+ "prettier.tabWidth": 4,
|
|
|
|
+ "prettier.printWidth": 110,
|
|
|
|
+ "prettier.enable": true,
|
|
|
|
+ "prettier.resolveGlobalModules": true
|
|
}
|
|
}
|