|
@@ -1,5 +1,7 @@
|
|
{
|
|
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"java.configuration.updateBuildConfiguration": "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.formatOnType": true
|
|
|
|
+}
|