(c-style-alist): For the Ellemtel style, move the
(arglist-cont-nonempty) from c-offsets-alist to c-hanging-braces-alist like other styles already have.
This commit is contained in:
parent
0e829dd019
commit
0467478ba8
1 changed files with 4 additions and 5 deletions
|
|
@ -162,16 +162,15 @@
|
|||
("ellemtel"
|
||||
(c-basic-offset . 3)
|
||||
(c-comment-only-line-offset . 0)
|
||||
(c-hanging-braces-alist . ((substatement-open before after)))
|
||||
(c-hanging-braces-alist . ((substatement-open before after)
|
||||
(arglist-cont-nonempty)))
|
||||
(c-offsets-alist . ((topmost-intro . 0)
|
||||
(substatement . +)
|
||||
(substatement-open . 0)
|
||||
(case-label . +)
|
||||
(access-label . -)
|
||||
(inclass . ++)
|
||||
(inline-open . 0)
|
||||
(arglist-cont-nonempty))))
|
||||
|
||||
(inclass . +)
|
||||
(inline-open . 0))))
|
||||
("linux"
|
||||
(c-basic-offset . 8)
|
||||
(c-comment-only-line-offset . 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue