feat(nvim): set java indent to 4

This commit is contained in:
matt1432 2023-10-24 19:29:23 -04:00
parent 1545541b48
commit 83a6632929

View file

@ -11,8 +11,7 @@ autocmd Filetype ruby setlocal ts=2 sw=2 expandtab
" for js/coffee/jade files, 4 spaces
autocmd Filetype javascript setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype coffeescript setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype jade setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype java setlocal ts=4 sw=4 sts=0 expandtab
set number
set relativenumber