diff --git a/.vscode/settings.json b/.vscode/settings.json index 5588720f..659646b2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,5 +20,19 @@ ] }, "java.format.enabled": true, - "java.format.settings.url": "extension/ortus-java-style.xml" -} \ No newline at end of file + "java.format.settings.url": "extension/ortus-java-style.xml", + "java.configuration.updateBuildConfiguration": "automatic", + "java.dependency.packagePresentation": "hierarchical", + "java.compile.nullAnalysis.mode": "automatic", + "java.debug.settings.onBuildFailureProceed": true, + "java.dependency.syncWithFolderExplorer": true, + "[java]": { + "editor.formatOnSave": true, + "editor.insertSpaces": false, + "editor.tabSize": 4 + }, + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + } +} diff --git a/extension/ortus-java-style.xml b/extension/ortus-java-style.xml index cf5d95f8..a20d49b5 100644 --- a/extension/ortus-java-style.xml +++ b/extension/ortus-java-style.xml @@ -13,11 +13,11 @@ - + - + @@ -54,7 +54,7 @@ - + @@ -89,8 +89,8 @@ - - + + @@ -120,6 +120,9 @@ + + + @@ -206,7 +209,7 @@ - + @@ -295,7 +298,7 @@ - + @@ -303,7 +306,7 @@ - + @@ -314,7 +317,7 @@ - + @@ -383,8 +386,8 @@ - + - \ No newline at end of file +