cleaning up
This commit is contained in:
parent
8f38a1df7b
commit
5bad8ef7a8
24 changed files with 287 additions and 187 deletions
6
ftplugin/haskell.vim
Normal file
6
ftplugin/haskell.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Tab specific option
|
||||
set tabstop=8 "A tab is 8 spaces
|
||||
set expandtab "Always uses spaces instead of tabs
|
||||
set softtabstop=4 "Insert 4 spaces when tab is pressed
|
||||
set shiftwidth=4 "An indent is 4 spaces
|
||||
set shiftround "Round indent to nearest shiftwidth multiple
|
Loading…
Add table
Add a link
Reference in a new issue