Mercurial > ec-dotfiles
diff rc/vimrc @ 616:dc2070cb5d71
Default json to 2 spaces indentation
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 09 Jul 2018 16:04:01 +0900 |
parents | 46f0abe12092 |
children | ecdf8eeca3ee |
line wrap: on
line diff
--- a/rc/vimrc Fri Jun 08 22:22:16 2018 +0900 +++ b/rc/vimrc Mon Jul 09 16:04:01 2018 +0900 @@ -125,6 +125,7 @@ autocmd FileType scss call In2() autocmd FileType less call In2() autocmd FileType yaml call In2() + autocmd FileType json call In2() autocmd FileType nginx setlocal commentstring=#\ %s autocmd FileType nginx setlocal iskeyword& endif