mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Merge pull request #811 from chengyi/fix-c-mode-tab-width-error
delete redundant comma
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