feat: disabled C mode for all files in the project

This commit is contained in:
Sara Gerretsen 2025-10-27 14:41:08 +01:00
parent 4146f117af
commit 454abfce1e

View file

@ -2,3 +2,4 @@
(indent-tabs-mode . t) (indent-tabs-mode . t)
(tab-width . 4) (tab-width . 4)
(lsp-enable-on-type-formatting nil))) (lsp-enable-on-type-formatting nil)))
((c-mode . ((mode . c++))))