|
|
|
|
45
|
" Enable indentation rules that are file-type specific.
|
45
|
" Enable indentation rules that are file-type specific.
|
46
|
"filetype indent on
|
46
|
"filetype indent on
|
47
|
" When shifting lines, round the indentation to the nearest multiple of "shiftwidth."
|
47
|
" When shifting lines, round the indentation to the nearest multiple of "shiftwidth."
|
48
|
-"set shiftround
|
|
|
|
|
48
|
+set shiftround
|
49
|
" When shifting, indent using four spaces.
|
49
|
" When shifting, indent using four spaces.
|
50
|
-"set shiftwidth=4
|
|
|
|
|
50
|
+set shiftwidth=4
|
51
|
" Insert "tabstop" number of spaces when the "tab" key is pressed.
|
51
|
" Insert "tabstop" number of spaces when the "tab" key is pressed.
|
52
|
"set smarttab
|
52
|
"set smarttab
|
53
|
" Indent using four spaces.
|
53
|
" Indent using four spaces.
|