Java indentation
This commit is contained in:
parent
49a7b6d3a4
commit
c1a5c4def4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue