changeset 616:dc2070cb5d71

Default json to 2 spaces indentation
author nanaya <me@nanaya.pro>
date Mon, 09 Jul 2018 16:04:01 +0900
parents c021db8fb794
children ecdf8eeca3ee
files rc/vimrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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