Make sure to set indent-tabs-mode so that we get tabs, not spaces.

This commit is contained in:
Bodo Möller 2008-02-21 07:23:46 +00:00
parent 2923e91a98
commit 294ba3c282

View 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 . +)