From 0e4365a2081ff83fd65f8c92109a82e360ffa54c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 18 Jul 2021 20:37:51 +0200 Subject: ftplugin/objc.vim: Switch to tab indentation in Objective-C I've gone back and forth between tabs and 4-space indentation in Objective-C. Currently working on a project that uses tab indentation so sticking with that for now. --- ftplugin/objc.vim | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ftplugin/objc.vim') diff --git a/ftplugin/objc.vim b/ftplugin/objc.vim index 8d7e976..576d469 100644 --- a/ftplugin/objc.vim +++ b/ftplugin/objc.vim @@ -1,10 +1,3 @@ -" Indentation -setlocal expandtab -setlocal tabstop=4 -setlocal softtabstop=4 -setlocal shiftwidth=4 - - " Comment string call tcomment#DefineType('objc', '// %s') -- cgit v1.2.3