dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c54f7b4637161a05ef20da4775ef00893137e4b2
parent ea91d8801099e2582f1d3789d484588011ee8177
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 22 Nov 2018 20:53:16 +0100

Changed default from 4 spaces to 2

Diffstat:
Mvim/editor.vimrc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/vim/editor.vimrc b/vim/editor.vimrc @@ -28,10 +28,10 @@ set expandtab " with a smart tab set smarttab -" and 1 tab == 4 spaces -set shiftwidth=4 " when >> -set tabstop=4 " visually -set softtabstop=4 " and when editing +" and 1 tab == 2 spaces +set shiftwidth=2 " when >> +set tabstop=2 " visually +set softtabstop=2 " and when editing set shiftround " always shift by multiple of shiftwidth set copyindent " smart indent based on file