Remove indentation settings

These are overly prescriptive. We should just rely on the user's
settings.
This commit is contained in:
Gordon Fontenot
2015-09-15 10:50:12 -04:00
parent 091fbad512
commit c18e48c756

View File

@@ -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