git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@207 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
14 lines
188 B
VimL
14 lines
188 B
VimL
" java filetype plugin
|
|
"
|
|
setlocal softtabstop=2
|
|
setlocal shiftwidth=2
|
|
setlocal expandtab
|
|
setlocal tabstop=8
|
|
|
|
"setlocal autoindent
|
|
|
|
compiler java
|
|
|
|
" commenting
|
|
let b:commentstring = "\/\/"
|