Use gnu style for cc-mode
This commit is contained in:
parent
24fa5ad3a3
commit
a62db687f1
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@
|
|||
:ensure nil
|
||||
;; :hook (c-mode . eglot-ensure)
|
||||
:custom
|
||||
(c-basic-offset 4)
|
||||
(c-default-style '((c-mode . "linux"))))
|
||||
(c-basic-offset 2)
|
||||
(c-default-style '((c-mode . "gnu"))))
|
||||
|
||||
(use-package js-mode
|
||||
:ensure nil
|
||||
|
|
Loading…
Add table
Reference in a new issue