Skip to content
Snippets Groups Projects
Commit d522671e authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

tabstop from 8 to 4

parent 3b4aa0f6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ set textwidth=79 " break line at 79 chars
" Tabs are for heathens, we indent with spaces
set expandtab smarttab
set shiftwidth=4 tabstop=8 softtabstop=-1
set shiftwidth=4 tabstop=4 softtabstop=-1
set autoindent copyindent
set shiftround
set backspace=indent,eol,start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment