From 3abe5b4d7105c63d55ec87dad3277b303a5e2401 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 27 Dec 2023 16:13:43 +0100 Subject: [PATCH] change vscode gonfig --- modules/home/vscodium/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/vscodium/default.nix b/modules/home/vscodium/default.nix index fb77394..684f4f8 100644 --- a/modules/home/vscodium/default.nix +++ b/modules/home/vscodium/default.nix @@ -65,6 +65,7 @@ "C_Cpp.vcFormat.space.pointerReferenceAlignment" = "right"; "C_Cpp.vcFormat.newLine.beforeElse" = false; "C_Cpp.vcFormat.newLine.beforeCatch" = false; + "C_Cpp.vcFormat.indent.caseLabels" = true; "C_Cpp.clang_format_fallbackStyle" = "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}"; }; # Keybindings