Browse Source

Overrode vim ft setting for swift to set noexpandtab.

master
Daniel Sissom 4 years ago
parent
commit
29bac5ed52
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 0 deletions
  1. + 1
    - 0
      vim/vimrc

+ 1
- 0
vim/vimrc

@ -104,6 +104,7 @@ autocmd FileType plaintex,tex,latex set tw=80
autocmd FileType tex,latex let g:tex_flavor = 'latex' autocmd FileType tex,latex let g:tex_flavor = 'latex'
autocmd FileType pug,jade set tw=80 autocmd FileType pug,jade set tw=80
autocmd FileType text set tw=80 nocindent autocmd FileType text set tw=80 nocindent
autocmd FileType swift set noexpandtab
autocmd BufNewFile,BufRead *.cu set filetype=c autocmd BufNewFile,BufRead *.cu set filetype=c
autocmd BufNewFile,BufRead *.tp set filetype=taskpaper autocmd BufNewFile,BufRead *.tp set filetype=taskpaper

Loading…
Cancel
Save