9 lines
111 B
VimL
9 lines
111 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
let b:did_ftplugin = 1
|
|
|
|
set expandtab
|
|
set tabstop=2
|
|
set shiftwidth=2
|