X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fc-indentation.el;h=91114509150c682f48c25ea0d3b89f168af98da5;hp=c1afe2318d5451e9bd8d17d9d65d71cb5dcba04e;hb=d52c973498901e7cd6453ee1fcd75d7d770b0d3c;hpb=ad38bedbac71059fa85ee84888e308d50ae6f593 diff --git a/doc/c-indentation.el b/doc/c-indentation.el index c1afe2318d..9111450915 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -4,7 +4,7 @@ ; ; This definition is for the "CC mode" package, which is the default ; mode for editing C source files in Emacs 20, not for the older -; c-mode.el (which is the default in Emacs 19). +; c-mode.el (which was the default in less recent releaes of Emacs 19). ; ; Copy the definition in your .emacs file or use M-x eval-buffer. ; To activate this indentation style, visit a C file, type @@ -26,11 +26,20 @@ (c-hanging-braces-alist) (c-offsets-alist . ((defun-open . +) (defun-block-intro . 0) + (class-open . +) + (class-close . +) (block-open . 0) + (block-close . 0) (substatement-open . +) + (statement . 0) (statement-block-intro . 0) (statement-case-open . +) (statement-case-intro . +) (case-label . -) (label . -) - (arglist-cont-nonempty . +))))) + (arglist-cont-nonempty . +) + (topmost-intro . -) + (brace-list-close . +) + (brace-list-intro . +) + )))) +