.lvimrc 198 B

12345678910
  1. " Use this automatically with:
  2. "
  3. " Plugin 'embear/vim-localvimrc'
  4. " let g:localvimrc_ask = 0
  5. " let g:localvimrc_sandbox = 0
  6. if &filetype ==# 'c' || &filetype ==# 'cpp'
  7. setlocal noexpandtab
  8. endif