diff options
author | David Phillips <david@sighup.nz> | 2017-07-30 14:23:54 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-08-09 23:30:31 +1200 |
commit | 55849ee5c5dea7365c7205f9295d3b1ba243d695 (patch) | |
tree | 77306febf53962335d2f15e3534af9b640ea618f | |
parent | a35a7d00b557624b9c15f3cd3fd3f2e751f928ed (diff) | |
download | dotfiles-55849ee5c5dea7365c7205f9295d3b1ba243d695.tar.xz |
vim: Expand tabs in Haskell code
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ nnoremap o ox<BS> nnoremap O Ox<BS> autocmd FileType python setlocal expandtab +autocmd FileType haskell setlocal expandtab """""""""""""""""""""""""""""" " airline |