Skip to content

Commit

Permalink
4 space indent
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 30, 2014
1 parent 1acdb2f commit 21e44fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ftplugin/swift.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setlocal commentstring=//\ %s
" @-@ adds the literal @ to iskeyword for @IBAction and similar
setlocal iskeyword+=?,!,@-@,#
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal completefunc=syntaxcomplete#Complete

0 comments on commit 21e44fa

Please sign in to comment.