From 05dbe6ee1f09e32b201b9f4d9ecf0de8c2d73e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 17 Oct 2002 09:16:02 +0000 Subject: change Emacs indentation style to make it easier to insert tabs manually Submitted by: Pierre Bacquet --- doc/c-indentation.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 48ca3cf69b..3b468af69b 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -13,15 +13,14 @@ ; ; 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. +' +; For suggesting improvements, please send e-mail to bodo@openssl.org. (c-add-style "eay" - '((c-basic-offset . 8) + '((c-tab-always-indent . nil) + (c-basic-offset . 8) (c-comment-only-line-offset . 0) (c-hanging-braces-alist) (c-offsets-alist . ((defun-open . +) -- cgit v1.2.3