Update C indenting configuration
This commit is contained in:
parent
a8ee730a3d
commit
0c1d583f6f
6
init.el
6
init.el
@ -1135,16 +1135,16 @@ INFO plist."
|
|||||||
empty-defun-braces
|
empty-defun-braces
|
||||||
defun-close-semi))
|
defun-close-semi))
|
||||||
(c-offsets-alist . ((arglist-close . +)
|
(c-offsets-alist . ((arglist-close . +)
|
||||||
(arglist-intro . ++)
|
(arglist-intro . +)
|
||||||
(substatement-open . 0)
|
(substatement-open . 0)
|
||||||
(case-label . 4)
|
(case-label . 4)
|
||||||
(block-open . 0)
|
(block-open . 0)
|
||||||
(knr-argdecl-intro . -)
|
(knr-argdecl-intro . -)
|
||||||
(comment-intro . 0)))
|
(comment-intro . 0)
|
||||||
|
(member-init-intro . ++)))
|
||||||
(c-echo-syntactic-information-p . t))
|
(c-echo-syntactic-information-p . t))
|
||||||
"My C Programming Style.")
|
"My C Programming Style.")
|
||||||
(c-add-style "PERSONAL" my-c-style)
|
(c-add-style "PERSONAL" my-c-style)
|
||||||
(setq c-offset-alist '((member-init-intro . ++)))
|
|
||||||
|
|
||||||
;; Custom key bindings
|
;; Custom key bindings
|
||||||
(bind-keys
|
(bind-keys
|
||||||
|
Loading…
Reference in New Issue
Block a user