comparison 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
comparison
equal deleted inserted replaced
615:c021db8fb794 616:dc2070cb5d71
123 autocmd FileType eruby call In2() 123 autocmd FileType eruby call In2()
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 nginx setlocal commentstring=#\ %s 129 autocmd FileType nginx setlocal commentstring=#\ %s
129 autocmd FileType nginx setlocal iskeyword& 130 autocmd FileType nginx setlocal iskeyword&
130 endif 131 endif
131 132
132 if has('autocmd') 133 if has('autocmd')