diff options
| -rw-r--r-- | doc/coding_style.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn index 219b367c..86a8516e 100644 --- a/doc/coding_style.mdwn +++ b/doc/coding_style.mdwn @@ -107,3 +107,5 @@ Note for emacs users: You can put the following snippet into a file called (fill-column . 80))) ;; Warn about spaces used for indentation: (haskell-mode . ((eval . (highlight-regexp "^ *"))))) + +Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent.el). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on Propellor. (A pull request has been submitted to have it included in haskell-mode.) |
