From 7755a45da8fc21dc3597e4b74c80b55a16e7fc79 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Oct 2015 23:05:08 -0400 Subject: response --- doc/coding_style.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/coding_style.mdwn') diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn index 64d1fb69..219b367c 100644 --- a/doc/coding_style.mdwn +++ b/doc/coding_style.mdwn @@ -103,7 +103,7 @@ Note for emacs users: You can put the following snippet into a file called `.dir-locals.el` at root of propellor's source tree to use tabs for indentation: ((nil . ((indent-tabs-mode . t) - (tab-width . 4) + (tab-width . 8) (fill-column . 80))) ;; Warn about spaces used for indentation: (haskell-mode . ((eval . (highlight-regexp "^ *"))))) -- cgit v1.2.3