summaryrefslogblamecommitdiffstats
path: root/ftdetect/json.vim
blob: 5f6757def058df931ad4e6aba809fa8d7cee5deb (plain) (tree)
1
2
3
4
5
6
7
8







                                                    
autocmd BufNewFile,BufRead *.json set filetype=json

augroup json_autocmd
  autocmd!
  autocmd FileType json setlocal autoindent
  autocmd FileType json setlocal formatoptions=tcq2l
  autocmd FileType json setlocal foldmethod=syntax
augroup END