mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Expand tabs in haskell.
This commit is contained in:
@@ -34,6 +34,7 @@ let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"
|
|||||||
|
|
||||||
autocmd Filetype python setlocal expandtab
|
autocmd Filetype python setlocal expandtab
|
||||||
autocmd Filetype markdown setlocal textwidth=72 expandtab
|
autocmd Filetype markdown setlocal textwidth=72 expandtab
|
||||||
|
autocmd Filetype haskell setlocal expandtab
|
||||||
|
|
||||||
" Remove trailing whitespace, always.
|
" Remove trailing whitespace, always.
|
||||||
autocmd BufWritePre * :%s/\s\+$//e
|
autocmd BufWritePre * :%s/\s\+$//e
|
||||||
|
|||||||
Reference in New Issue
Block a user