Java indentation

This commit is contained in:
Sonny 2018-02-02 19:17:34 +01:00
parent 49a7b6d3a4
commit c1a5c4def4

View file

@ -18,7 +18,7 @@ syntax on
set hidden
" file specific formatting
autocmd Filetype python,bash,sh setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd Filetype python,bash,sh,java setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd Filetype css,html,htmldjango,javascript setlocal tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent
" search down into subfolders