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.
traqtor/traqtor.code-workspace

43 lines
956 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
"editor.formatOnSave": true,
"editor.defaultFormatter": "redhat.java",
"editor.rulers": [
120
],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#AA5C39"
},
"files.exclude": {
"**/.devt": true,
"config": true,
"v1": true,
"script": true,
"source": true,
},
"javascript.format.enable": true,
"java.dependency.packagePresentation": "hierarchical",
"java.dependency.showMembers": 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"
}
],
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
}
}
}