mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-12 20:35:53 +01:00
Remove indentation settings
These are overly prescriptive. We should just rely on the user's settings.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
setlocal commentstring=//\ %s
|
||||
" @-@ adds the literal @ to iskeyword for @IBAction and similar
|
||||
setlocal iskeyword+=@-@,#
|
||||
setlocal tabstop=4
|
||||
setlocal softtabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal completefunc=syntaxcomplete#Complete
|
||||
|
||||
Reference in New Issue
Block a user