summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-02-21 07:24:12 +0000
committerBodo Möller <bodo@openssl.org>2008-02-21 07:24:12 +0000
commitd9e427f09c210de398155260bd57e7fa0a3208aa (patch)
tree9445a14eec68536eb402ff9b4eb34c0a2c0d76c4 /doc
parenta23e3dbee13448c3001cefd382de39741b1c8bff (diff)
Make sure to set indent-tabs-mode so that we get tabs, not spaces.
Diffstat (limited to 'doc')
-rw-r--r--doc/c-indentation.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/c-indentation.el b/doc/c-indentation.el
index cbf01cb172..90861d3979 100644
--- a/doc/c-indentation.el
+++ b/doc/c-indentation.el
@@ -20,6 +20,7 @@
(c-add-style "eay"
'((c-basic-offset . 8)
+ (indent-tabs-mode . t)
(c-comment-only-line-offset . 0)
(c-hanging-braces-alist)
(c-offsets-alist . ((defun-open . +)