diff options
author | Tharre <tharre3@gmail.com> | 2015-11-11 09:16:40 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:37 +0000 |
commit | f93030e0455461a71ba2011b74b2f9d7193f6bf0 (patch) | |
tree | ae0e7f8b97a9f732d990b2d6508390e47d9b65a7 /shell | |
parent | 9350a0af3fb811cf388360e676ad123dcdacbb30 (diff) | |
download | dotfiles-f93030e0455461a71ba2011b74b2f9d7193f6bf0.tar.gz dotfiles-f93030e0455461a71ba2011b74b2f9d7193f6bf0.tar.xz dotfiles-f93030e0455461a71ba2011b74b2f9d7193f6bf0.zip |
vim: set specific settings for java
Diffstat (limited to 'shell')
-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 |