Make tabs 4 displayed 4 spaces wide
This commit is contained in:
parent
bb9664c005
commit
3345246e8d
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ set expandtab
|
||||||
" Indentation settings for using hard tabs for indent. Display tabs as
|
" Indentation settings for using hard tabs for indent. Display tabs as
|
||||||
" two characters wide.
|
" two characters wide.
|
||||||
"set shiftwidth=2
|
"set shiftwidth=2
|
||||||
"set tabstop=2
|
set tabstop=4
|
||||||
|
|
||||||
" Force the cursor onto a new line after 80 characters
|
" Force the cursor onto a new line after 80 characters
|
||||||
set textwidth=80
|
set textwidth=80
|
||||||
|
|
Loading…
Add table
Reference in a new issue