vscode-settings: Update

This commit is contained in:
Jannik Beyerstedt 2026-03-20 12:13:50 +01:00
parent 6624d52f06
commit 381052586d

View file

@ -33,6 +33,15 @@
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[html]": {
"editor.formatOnSave": false
},
@ -175,5 +184,7 @@
"python.analysis.aiHoverSummaries": false,
"rust-analyzer.hover.memoryLayout.size": "both",
"rust-analyzer.imports.granularity.enforce": true,
"yaml.format.printWidth": 110
"rust-analyzer.rustfmt.overrideCommand": null,
"yaml.format.printWidth": 110,
"xml.server.preferBinary": true
}