summaryrefslogtreecommitdiff
path: root/doc/coding_style.mdwn
diff options
context:
space:
mode:
authorJoey Hess2015-10-09 23:05:08 -0400
committerJoey Hess2015-10-09 23:05:08 -0400
commit7755a45da8fc21dc3597e4b74c80b55a16e7fc79 (patch)
tree7fd602d571a5907d71861b637d4afbe9779ba24c /doc/coding_style.mdwn
parent4c269ab77e74b3730de5c4abab2cc40fa240f871 (diff)
response
Diffstat (limited to 'doc/coding_style.mdwn')
-rw-r--r--doc/coding_style.mdwn2
1 files changed, 1 insertions, 1 deletions
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 "^ *")))))