better tabs
This commit is contained in:
parent
2538b10b99
commit
84a0374b6d
1 changed files with 18 additions and 17 deletions
|
@ -182,8 +182,9 @@ set expandtab
|
|||
set smarttab
|
||||
|
||||
" 1 tab == 2 spaces
|
||||
set shiftwidth=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
|
||||
" Linebreak on 500 characters
|
||||
set lbr
|
||||
|
|
Loading…
Reference in a new issue