From 381052586d87abc891ef189ef8930daacf668760 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Fri, 20 Mar 2026 12:13:50 +0100 Subject: [PATCH] vscode-settings: Update --- files/vscode-settings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index 1774469..d13b06a 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -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 } \ No newline at end of file