delete redundant comma
this cause wrong tab width in c mode
This commit is contained in:
parent
8a0d12d4f0
commit
b867afff1f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue