1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Expand tabs in haskell.

This commit is contained in:
2018-02-06 12:39:44 +01:00
parent ac8453405f
commit 447a64d456

View File

@@ -34,6 +34,7 @@ let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"
autocmd Filetype python setlocal expandtab
autocmd Filetype markdown setlocal textwidth=72 expandtab
autocmd Filetype haskell setlocal expandtab
" Remove trailing whitespace, always.
autocmd BufWritePre * :%s/\s\+$//e