2011-08-29 07:45:42 +00:00

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 = "\/\/"