Browse Source

Set shiftwidth in Vim config.

main
Titouan Rigoudy 6 years ago
parent
commit
ef1ada10c4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config.vim

+ 2
- 0
config.vim View File

@ -33,6 +33,8 @@ set expandtab
set smarttab set smarttab
" Tabs should look like 2 spaces. " Tabs should look like 2 spaces.
set tabstop=2 set tabstop=2
" Indents should be 2 spaces.
set shiftwidth=2
" Auto-indent and smart indent can help for unknown file types. " Auto-indent and smart indent can help for unknown file types.
set ai set ai


Loading…
Cancel
Save