From e90bc582a1dc2b08856e1b367713e7a6da7223fc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 11 Feb 2010 09:14:58 -0800 Subject: [PATCH] [emacs] change the c tab width from 8 to 4 --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index 21c1798..a56f065 100644 --- a/emacs +++ b/emacs @@ -43,7 +43,7 @@ (defconst my-c-style '("linux" (c-tab-always-indent . t) - (c-basic-offset . 8) + (c-basic-offset . 4) ;; (c-comment-only-line-offset . 4) ;; (c-hanging-braces-alist . ((substatement-open after) ;; (brace-list-open)))