You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [120],
|
|
"workbench.colorCustomizations": {
|
|
"editorRuler.foreground": "#AA5C39"
|
|
},
|
|
"javascript.format.enable": true,
|
|
"java.dependency.packagePresentation": "hierarchical",
|
|
"java.dependency.showMembers": true,
|
|
"java.maven.downloadSources": true,
|
|
"java.format.enabled": true,
|
|
// "java.format.onType.enabled": true,
|
|
"java.dependency.syncWithFolderExplorer": false,
|
|
"maven.executable.preferMavenWrapper": false,
|
|
"java.format.settings.url": ".vscode/formatting.xml",
|
|
"java.format.settings.profile": "2pm.tech",
|
|
"maven.terminal.favorites": [
|
|
{
|
|
"alias": "format",
|
|
"command": "formatter:format"
|
|
}
|
|
],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[xml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
},
|
|
"[java]": {
|
|
"editor.defaultFormatter": "redhat.java"
|
|
},
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
|
}
|
|
}
|
|
}
|