X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fc-indentation.el;h=90861d397978090e393b3b6154a518460d8aecab;hp=3b468af69baca3a6c3c294b6897260e1c2b7d40b;hb=b0e659cfaca9ff4a481cc63b7f6b6e97303ad8fe;hpb=05dbe6ee1f09e32b201b9f4d9ecf0de8c2d73e62 diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 3b468af69b..90861d3979 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -14,13 +14,13 @@ ; 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, -; so you have to indent them manually. -' +; 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-tab-always-indent . nil) - (c-basic-offset . 8) + '((c-basic-offset . 8) + (indent-tabs-mode . t) (c-comment-only-line-offset . 0) (c-hanging-braces-alist) (c-offsets-alist . ((defun-open . +)