From 95a8c6f6d3828a80bc89b40eacedb00002e97181 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 26 Dec 2023 17:17:23 +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 3dc761d..fb77394 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.clang_format_fallbackStyle" = "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}"; }; # Keybindings keybindings = [