mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
delete redundant comma
this cause wrong tab width in c mode
This commit is contained in:
@ -66,7 +66,7 @@ compilation database is present in the project.")
|
|||||||
;; Custom style, based off of linux
|
;; Custom style, based off of linux
|
||||||
(unless (assoc "doom" c-style-alist)
|
(unless (assoc "doom" c-style-alist)
|
||||||
(push '("doom"
|
(push '("doom"
|
||||||
(c-basic-offset . ,tab-width)
|
(c-basic-offset . tab-width)
|
||||||
(c-comment-only-line-offset . 0)
|
(c-comment-only-line-offset . 0)
|
||||||
(c-hanging-braces-alist (brace-list-open)
|
(c-hanging-braces-alist (brace-list-open)
|
||||||
(brace-entry-open)
|
(brace-entry-open)
|
||||||
|
Reference in New Issue
Block a user