Fix commit-intro C style value

This commit is contained in:
Gergely Polonkai 2014-11-16 16:42:08 +01:00
parent 117b032ebc
commit 174b056b5a
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@
(substatement-open . 0)
(case-label . 4)
(block-open . 0)
(knr-argdecl-intro . -)))
(knr-argdecl-intro . -)
(comment-intro . 0)))
(c-echo-syntactic-information-p . t))
"My C Programming Style")
(c-add-style "PERSONAL" my-c-style)