X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fc-indentation.el;h=cbf01cb1720a4f39b4655bc3d0df9041bb086742;hp=91114509150c682f48c25ea0d3b89f168af98da5;hb=6446e0c3c8286428374ec738ffdc859802bd3c92;hpb=6c2c3e9ba9146ef8c9b1fd2b660357b657706969 diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 9111450915..cbf01cb172 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -13,12 +13,10 @@ ; ; Apparently statement blocks that are not introduced by a statement ; such as "if" and that are not the body of a function cannot -; be handled too well by CC mode with this indentation style. -; The style defined below does not indent them at all. -; To insert tabs manually, prefix them with ^Q (the "quoted-insert" -; command of Emacs). If you know a solution to this problem -; or find other problems with this indentation style definition, -; please send e-mail to bodo@openssl.org. +; be handled too well by CC mode with this indentation style, +; so you have to indent them manually (you can use C-q tab). +; +; For suggesting improvements, please send e-mail to bodo@openssl.org. (c-add-style "eay" '((c-basic-offset . 8) @@ -39,7 +37,8 @@ (label . -) (arglist-cont-nonempty . +) (topmost-intro . -) - (brace-list-close . +) - (brace-list-intro . +) + (brace-list-close . 0) + (brace-list-intro . 0) + (brace-list-open . +) ))))