diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2016-01-22 17:19:59 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2016-01-22 17:19:59 +0100 |
| commit | 319e7525a0c2e18e974c631c43fdfc6dc21e22e8 (patch) | |
| tree | 6c11a1fb05cf8093f3e57f84c22d4c1f7b86163c | |
| parent | b52be887c43e7c63b0414534141ebe7a44c6855e (diff) | |
vim: Use spaces and not tabs for Haskell
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
| -rw-r--r-- | dot.vimrc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.vimrc.local b/dot.vimrc.local index d0277f7..04b82ad 100644 --- a/dot.vimrc.local +++ b/dot.vimrc.local @@ -9,3 +9,4 @@ set exrc augroup filetypedetect au BufNewFile, BufRead .tmux.conf*,tmux.conf* setf tmux augroup END +au FileType haskell setlocal expandtab |
