From 22f733157293f8be2f5a2ce80aa712503becbddb Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 27 Sep 2017 17:46:09 -0700 Subject: [PATCH] whitespace cleanup --- vim/ftplugin/coffee.vim | 2 -- vim/ftplugin/javascript.vim | 2 -- vim/ftplugin/mustache.vim | 2 -- vim/ftplugin/php.vim | 2 -- vim/ftplugin/python.vim | 3 --- vim/ftplugin/ruby.vim | 2 -- 6 files changed, 13 deletions(-) diff --git a/vim/ftplugin/coffee.vim b/vim/ftplugin/coffee.vim index b98bf8f..86c2bba 100644 --- a/vim/ftplugin/coffee.vim +++ b/vim/ftplugin/coffee.vim @@ -1,6 +1,4 @@ - set expandtab " expandtab converts tabs to spaces set shiftwidth=2 " unify set softtabstop=2 " Pressing backspace works like tabs set tabstop=2 " real tabs should be 4, but they will show with set list on - diff --git a/vim/ftplugin/javascript.vim b/vim/ftplugin/javascript.vim index 4d22825..eeb3f93 100644 --- a/vim/ftplugin/javascript.vim +++ b/vim/ftplugin/javascript.vim @@ -1,6 +1,4 @@ - set expandtab " expandtab converts tabs to spaces set shiftwidth=2 " unify set softtabstop=2 " Pressing backspace works like tabs set tabstop=2 - diff --git a/vim/ftplugin/mustache.vim b/vim/ftplugin/mustache.vim index 7456ecf..cfaa147 100644 --- a/vim/ftplugin/mustache.vim +++ b/vim/ftplugin/mustache.vim @@ -1,6 +1,4 @@ - set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab set shiftwidth=2 " unify set softtabstop=2 " Pressing backspace works like tabs set tabstop=2 " real tabs should be 4, but they will show with set list on - diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim index f83dd10..e69f3f3 100644 --- a/vim/ftplugin/php.vim +++ b/vim/ftplugin/php.vim @@ -1,3 +1 @@ - setlocal noexpandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab - diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 5df62ae..07a77b6 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -1,7 +1,4 @@ - set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab set shiftwidth=4 " unify set softtabstop=4 " Pressing backspace works like tabs set tabstop=4 " real tabs should be 4, but they will show with set list on - - diff --git a/vim/ftplugin/ruby.vim b/vim/ftplugin/ruby.vim index 7456ecf..cfaa147 100644 --- a/vim/ftplugin/ruby.vim +++ b/vim/ftplugin/ruby.vim @@ -1,6 +1,4 @@ - set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab set shiftwidth=2 " unify set softtabstop=2 " Pressing backspace works like tabs set tabstop=2 " real tabs should be 4, but they will show with set list on -