From c1213894dd961a9ae4735a220370d777bb33b182 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 26 Dec 2023 15:37:49 +0100 Subject: [PATCH] change vscode gonfig --- modules/home/vscodium/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/vscodium/default.nix b/modules/home/vscodium/default.nix index 33a6dbd..3dc761d 100644 --- a/modules/home/vscodium/default.nix +++ b/modules/home/vscodium/default.nix @@ -63,6 +63,8 @@ "C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace" = "sameLine"; "C_Cpp.vcFormat.newLine.beforeOpenBrace.type" = "sameLine"; "C_Cpp.vcFormat.space.pointerReferenceAlignment" = "right"; + "C_Cpp.vcFormat.newLine.beforeElse" = false; + "C_Cpp.vcFormat.newLine.beforeCatch" = false; }; # Keybindings keybindings = [