Mercurial > ec-dotfiles
comparison rc/vimrc @ 617:ecdf8eeca3ee
Javascripts also 2 spaces indent
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Mon, 09 Jul 2018 16:06:00 +0900 | 
| parents | dc2070cb5d71 | 
| children | fb9d19959976 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 616:dc2070cb5d71 | 617:ecdf8eeca3ee | 
|---|---|
| 124 autocmd FileType ruby call In2() | 124 autocmd FileType ruby call In2() | 
| 125 autocmd FileType scss call In2() | 125 autocmd FileType scss call In2() | 
| 126 autocmd FileType less call In2() | 126 autocmd FileType less call In2() | 
| 127 autocmd FileType yaml call In2() | 127 autocmd FileType yaml call In2() | 
| 128 autocmd FileType json call In2() | 128 autocmd FileType json call In2() | 
| 129 autocmd FileType javascript call In2() | |
| 129 autocmd FileType nginx setlocal commentstring=#\ %s | 130 autocmd FileType nginx setlocal commentstring=#\ %s | 
| 130 autocmd FileType nginx setlocal iskeyword& | 131 autocmd FileType nginx setlocal iskeyword& | 
| 131 endif | 132 endif | 
| 132 | 133 | 
| 133 if has('autocmd') | 134 if has('autocmd') | 
