From 009f274b0e685e8f04cb93a5ff850991a9b16d58 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 3 Jul 2023 10:21:08 +0200 Subject: [PATCH] VSCode: Update settings --- files/vscode-settings.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index ab1980b..0f877cc 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -19,6 +19,7 @@ "editor.formatOnType": false, "editor.multiCursorModifier": "ctrlCmd", "diffEditor.ignoreTrimWhitespace": false, + "files.trimTrailingWhitespace": true, "[json]": { "editor.tabSize": 4 }, @@ -39,9 +40,17 @@ "[markdown]": { "files.trimTrailingWhitespace": false }, + "[cpp]": { + "editor.defaultFormatter": "ms-vscode.cpptools" + }, + "[c]": { + "editor.defaultFormatter": "ms-vscode.cpptools" + }, + "[asn1]": { + "editor.formatOnSave": false + }, "python.linting.pylintPath": "/usr/local/bin/pylint", "python.pythonPath": "/usr/local/bin/python3", - "window.zoomLevel": 0, "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.latex.recipes": [ { @@ -144,5 +153,8 @@ "git.confirmSync": false, "explorer.confirmDelete": false, "extensions.ignoreRecommendations": true, - "workbench.colorTheme": "Default Light+" + "workbench.colorTheme": "Default Light+", + "redhat.telemetry.enabled": false, + "go.toolsManagement.autoUpdate": true, + "rust-analyzer.hover.memoryLayout.size": "both" } \ No newline at end of file