Skip to content

Commit 3029554

Browse files
committed
Do not set tab related options at all.
Closes #3.
1 parent 61c54b8 commit 3029554

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ftdetect/json.vim

-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ augroup json_autocmd
44
autocmd!
55
autocmd FileType json setlocal autoindent
66
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
107
autocmd FileType json setlocal foldmethod=syntax
118
augroup END

0 commit comments

Comments
 (0)