diff options
Diffstat (limited to 'shell/_vimrc')
-rw-r--r-- | shell/_vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc index 450d254..110e458 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -88,3 +88,6 @@ vmap <Enter> <Plug>(EasyAlign) " Start interactive EasyAlign for a motion/text object (e.g. gaip) nmap ga <Plug>(EasyAlign) + +" java +au BufNewFile,BufRead *.java set tabstop=4 softtabstop=4 shiftwidth=4 smarttab autoindent cc=121 |