From c01b3018cd6bc8c54c820e381101eabb774ec7f0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 15 Apr 2016 16:25:07 +0200 Subject: FEAT: allow JsBeautify json files --- .vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 84a0ca5..b96f997 100644 --- a/.vimrc +++ b/.vimrc @@ -154,6 +154,7 @@ autocmd BufRead,BufNewFile *.md setlocal spell " spell check md files autocmd BufRead,BufNewFile *.markdown setlocal spell " spell check md files autocmd FileType gitcommit setlocal spell " spell check commits autocmd FileType javascript noremap :call JsBeautify() +autocmd FileType json noremap :call JsBeautify() autocmd FileType html noremap :call HtmlBeautify() autocmd FileType css noremap :call CSSBeautify() autocmd FileType scss noremap :call CSSBeautify() -- cgit v1.2.3