emacs: Add configuration for cc mode
This commit is contained in:
parent
c4accfc1d5
commit
a936937ccf
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
(setq c-basic-offset 4)
|
||||
|
||||
;; https://files.catbox.moe/miu12k.jpg
|
||||
(setq c-default-style '((other . "stroustrup")
|
||||
(awk-mode . "awk")
|
||||
(java-mode . "java")))
|
Loading…
Add table
Reference in a new issue