Change tab width to 4
This commit is contained in:
parent
b82f030481
commit
a9c6986a55
@ -92,10 +92,10 @@ set foldlevelstart=99 " Initially all folds open
|
|||||||
set foldmethod=indent " Allow folding of
|
set foldmethod=indent " Allow folding of
|
||||||
set linebreak " When wrapping lines, don't break words
|
set linebreak " When wrapping lines, don't break words
|
||||||
set list " Show 'listchar' characters
|
set list " Show 'listchar' characters
|
||||||
set shiftwidth=2 " Number of space chars for indentation
|
set shiftwidth=4 " Number of space chars for indentation
|
||||||
set smartindent
|
set smartindent
|
||||||
set smarttab " Make 'tab' insert indents at the beginning of a line
|
set smarttab " Make 'tab' insert indents at the beginning of a line
|
||||||
set tabstop=2 " Number of space chars for pressing tab
|
set tabstop=4 " Number of space chars for pressing tab
|
||||||
set textwidth=80 " Always format to 80 chars
|
set textwidth=80 " Always format to 80 chars
|
||||||
set fileformats=unix,dos
|
set fileformats=unix,dos
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user