mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(c-style-alist): For BSD, set c-continued-brace-offset
instead of c-brace-offset.
This commit is contained in:
parent
9b8002ba7d
commit
e7e7be7c5c
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ The expansion is entirely correct because it uses the C preprocessor."
|
|||
"*Extra indent for lines not starting new statements.")
|
||||
(defconst c-continued-brace-offset 0
|
||||
"*Extra indent for substatements that start with open-braces.
|
||||
This is in addition to c-continued-statement-offset.")
|
||||
This is in addition to `c-continued-statement-offset'.")
|
||||
(defconst c-style-alist
|
||||
'(("GNU"
|
||||
(c-indent-level . 2)
|
||||
|
|
@ -136,7 +136,7 @@ This is in addition to c-continued-statement-offset.")
|
|||
("BSD"
|
||||
(c-indent-level . 4)
|
||||
(c-argdecl-indent . 4)
|
||||
(c-brace-offset . -4)
|
||||
(c-continued-brace-offset . -4)
|
||||
(c-label-offset . -4)
|
||||
(c-continued-statement-offset . 4))
|
||||
("C++"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue