Commit d9e427f0 authored by Bodo Möller's avatar Bodo Möller
Browse files

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

parent a23e3dbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 . +)