Make sure to set indent-tabs-mode so that we get tabs, not spaces.
authorBodo Möller <bodo@openssl.org>
Thu, 21 Feb 2008 07:24:12 +0000 (07:24 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 21 Feb 2008 07:24:12 +0000 (07:24 +0000)
doc/c-indentation.el

index cbf01cb1720a4f39b4655bc3d0df9041bb086742..90861d397978090e393b3b6154a518460d8aecab 100644 (file)
@@ -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 . +)