Define 2-space-indentation for a couple of file types
This commit is contained in:
2
_vimrc
2
_vimrc
@@ -146,7 +146,7 @@ command DelThis call delete(expand('%')) | bdelete!
|
||||
|
||||
" Filetypes
|
||||
au BufRead,BufNewFile *.z80 set filetype=z8a
|
||||
au BufRead,BufNewFile *.hs set tabstop=2 smarttab expandtab shiftwidth=2
|
||||
au BufRead,BufNewFile *.hs,*.yaml,*.yml set tabstop=2 smarttab expandtab shiftwidth=2
|
||||
|
||||
nnoremap <buffer> <CR> <C-]>
|
||||
map <Tab> >>
|
||||
|
||||
Reference in New Issue
Block a user