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:24:12 +00:00
parent a23e3dbee1
commit d9e427f09c

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