diff options
author | 2015-12-05 19:52:38 +0000 | |
---|---|---|
committer | 2015-12-05 19:52:38 +0000 | |
commit | 718cdfe3540305fd4fb1b15429bb88a261b246e9 (patch) | |
tree | 39432a95f30d7965cdd61c200196eeb1da119383 /doc/coding_style.mdwn | |
parent | e47e1d4793ff9c1a169e67b18b96531fce2135d0 (diff) |
m
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 288f52446..425665e37 100644 --- a/doc/coding_style.mdwn +++ b/doc/coding_style.mdwn @@ -110,4 +110,4 @@ Note for emacs users: You can put the following snippet into a file called ;; 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/). 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. +Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent/). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on git-annex. |