diff options
Diffstat (limited to 'doc/coding_style.mdwn')
| -rw-r--r-- | doc/coding_style.mdwn | 2 |
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 "^ *"))))) |
