Skip to content

Commit

Permalink
update vimrc.indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nio-p committed May 4, 2019
1 parent 81ffd82 commit e6bfac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc.indent
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ augroup TabSize
autocmd FileType html setlocal ts=2 sw=2 sts=2
autocmd FileType css setlocal ts=2 sw=2 sts=2
autocmd FileType javascript setlocal ts=2 sw=2 sts=2
autocmd FileType vue setlocal ts=2 sw=2 sts=2

autocmd FileType sh setlocal ts=2 sw=2 sts=2
autocmd FileType perl setlocal ts=2 sw=2 sts=2
Expand All @@ -27,5 +28,7 @@ autocmd BufNewFile,BufRead *.t set filetype=perl

autocmd BufNewFile,BufRead *.tx set filetype=html
autocmd BufNewFile,BufRead *.ep set filetype=html
autocmd BufNewFile,BufRead *.ejs set filetype=html
autocmd BufNewFile,BufRead *.vue set filetype=html

autocmd BufNewFile,BufRead *.tt set filetype=cs

0 comments on commit e6bfac2

Please sign in to comment.