mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-22 12:14:13 +01:00
7 lines
188 B
VimL
7 lines
188 B
VimL
setlocal commentstring=//\ %s
|
|
" @-@ adds the literal @ to iskeyword for @IBAction and similar
|
|
setlocal iskeyword+=?,!,@-@,#
|
|
setlocal tabstop=2
|
|
setlocal softtabstop=2
|
|
setlocal shiftwidth=2
|