We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c54b8 commit 3029554Copy full SHA for 3029554
ftdetect/json.vim
@@ -4,8 +4,5 @@ augroup json_autocmd
4
autocmd!
5
autocmd FileType json setlocal autoindent
6
autocmd FileType json setlocal formatoptions=tcq2l
7
- autocmd FileType json setlocal textwidth=78 shiftwidth=2
8
- autocmd FileType json setlocal softtabstop=2 tabstop=8
9
- autocmd FileType json setlocal expandtab
10
autocmd FileType json setlocal foldmethod=syntax
11
augroup END
0 commit comments