json formatting
This commit is contained in:
@@ -146,6 +146,9 @@ set enc=utf-8
|
|||||||
" Dies aber nur für python, damit es nicht mit anderen (ruby, c, Makefiles) kollidiert
|
" Dies aber nur für python, damit es nicht mit anderen (ruby, c, Makefiles) kollidiert
|
||||||
autocmd FileType python setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4
|
autocmd FileType python setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4
|
||||||
|
|
||||||
|
"
|
||||||
|
autocmd FileType json setlocal expandtab shiftwidth=3 tabstop=3 softtabstop=3
|
||||||
|
|
||||||
" enable mouse
|
" enable mouse
|
||||||
set mouse=nvc
|
set mouse=nvc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user