|
@ -4,3 +4,6 @@ set expandtab "Always uses spaces instead of tabs |
|
|
set softtabstop=4 "Insert 4 spaces when tab is pressed |
|
|
set softtabstop=4 "Insert 4 spaces when tab is pressed |
|
|
set shiftwidth=4 "An indent is 4 spaces |
|
|
set shiftwidth=4 "An indent is 4 spaces |
|
|
set shiftround "Round indent to nearest shiftwidth multiple |
|
|
set shiftround "Round indent to nearest shiftwidth multiple |
|
|
|
|
|
|
|
|
|
|
|
" prettify |
|
|
|
|
|
set formatprg=stylish-haskell |