feat: disabled C mode for all files in the project
This commit is contained in:
parent
4146f117af
commit
454abfce1e
|
|
@ -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++))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue