whitespace cleanup

Buddy Sandidge 7 years ago
parent f2791f437d
commit 22f7331572

@ -1,6 +1,4 @@
set expandtab " expandtab converts tabs to spaces set expandtab " expandtab converts tabs to spaces
set shiftwidth=2 " unify set shiftwidth=2 " unify
set softtabstop=2 " Pressing backspace works like tabs set softtabstop=2 " Pressing backspace works like tabs
set tabstop=2 " real tabs should be 4, but they will show with set list on set tabstop=2 " real tabs should be 4, but they will show with set list on

@ -1,6 +1,4 @@
set expandtab " expandtab converts tabs to spaces set expandtab " expandtab converts tabs to spaces
set shiftwidth=2 " unify set shiftwidth=2 " unify
set softtabstop=2 " Pressing backspace works like tabs set softtabstop=2 " Pressing backspace works like tabs
set tabstop=2 set tabstop=2

@ -1,6 +1,4 @@
set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab
set shiftwidth=2 " unify set shiftwidth=2 " unify
set softtabstop=2 " Pressing backspace works like tabs set softtabstop=2 " Pressing backspace works like tabs
set tabstop=2 " real tabs should be 4, but they will show with set list on set tabstop=2 " real tabs should be 4, but they will show with set list on

@ -1,3 +1 @@
setlocal noexpandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab setlocal noexpandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab

@ -1,7 +1,4 @@
set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab
set shiftwidth=4 " unify set shiftwidth=4 " unify
set softtabstop=4 " Pressing backspace works like tabs set softtabstop=4 " Pressing backspace works like tabs
set tabstop=4 " real tabs should be 4, but they will show with set list on set tabstop=4 " real tabs should be 4, but they will show with set list on

@ -1,6 +1,4 @@
set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab set expandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab
set shiftwidth=2 " unify set shiftwidth=2 " unify
set softtabstop=2 " Pressing backspace works like tabs set softtabstop=2 " Pressing backspace works like tabs
set tabstop=2 " real tabs should be 4, but they will show with set list on set tabstop=2 " real tabs should be 4, but they will show with set list on

Loading…
Cancel
Save