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