Advertisement
Guest User

config-vim

a guest
Oct 14th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.29 KB | None | 0 0
  1. filetype plugin indent on
  2. set tabstop=4
  3. set expandtab
  4. autocmd Filetype html setlocal ts=2 sts=2 sw=2
  5. autocmd Filetype javascript setlocal ts=2 sts=2 sw=2
  6. autocmd Filetype c setlocal ts=2 sts=2 sw=2
  7. augroup filetypedetect
  8.     au BufRead,BufNewFile *.h setlocal ts=2 sts=2 sw=2
  9. augroup END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement