vimrc adapted for 4 space indention
This commit is contained in:
parent
53a88ab339
commit
3d195b5cd0
4
.vimrc
4
.vimrc
@ -45,9 +45,9 @@ set expandtab
|
|||||||
" Enable indentation rules that are file-type specific.
|
" Enable indentation rules that are file-type specific.
|
||||||
"filetype indent on
|
"filetype indent on
|
||||||
" When shifting lines, round the indentation to the nearest multiple of "shiftwidth."
|
" When shifting lines, round the indentation to the nearest multiple of "shiftwidth."
|
||||||
"set shiftround
|
set shiftround
|
||||||
" When shifting, indent using four spaces.
|
" When shifting, indent using four spaces.
|
||||||
"set shiftwidth=4
|
set shiftwidth=4
|
||||||
" Insert "tabstop" number of spaces when the "tab" key is pressed.
|
" Insert "tabstop" number of spaces when the "tab" key is pressed.
|
||||||
"set smarttab
|
"set smarttab
|
||||||
" Indent using four spaces.
|
" Indent using four spaces.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user