From 1c23f27a754c8bf9b8a3487ddc2163d91ad9a307 Mon Sep 17 00:00:00 2001
From: Frost-Phoenix <67cyril6767@gmail.com>
Date: Sat, 23 Dec 2023 22:37:45 +0100
Subject: [PATCH] add vscodium c extention settings

---
 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 5239196..33a6dbd 100644
--- a/modules/home/vscodium/default.nix
+++ b/modules/home/vscodium/default.nix
@@ -32,6 +32,8 @@
       "editor.minimap.enabled" = false;
       "workbench.startupEditor" = "none";
 
+      "editor.formatOnType" = true;
+
       "workbench.layoutControl.type" = "menu";
       "workbench.editor.limit.enabled" = true;
       "workbench.editor.limit.value" = 5;