Skip to content

Commit

Permalink
Revert to Luis' java formatter location
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Apr 19, 2024
1 parent 422a779 commit 7858881
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"java.format.enabled": true,
"java.format.settings.url" : "https://raw.githubusercontent.com/Ortus-Solutions/coding-standards/master/formatters/ortus-java-style.xml",
"java.format.settings.url": ".ortus-java-style.xml",
"java.configuration.updateBuildConfiguration": "automatic",
"java.dependency.packagePresentation": "hierarchical",
"java.project.explorer.showNonJavaResources": true,
"files.associations": {
"*.bx": "cfml",
"*.bxm": "cfml"
},
"java.compile.nullAnalysis.mode": "automatic",
"java.debug.settings.onBuildFailureProceed": true,
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
Expand All @@ -17,10 +13,9 @@
"editor.insertSpaces": false,
"editor.tabSize": 4
},
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": null
}
}

0 comments on commit 7858881

Please sign in to comment.