Browse Source

vimrc adapted for 4 space indention

master
Dirk Alders 8 months ago
parent
commit
3d195b5cd0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .vimrc

+ 2
- 2
.vimrc View File

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

Loading…
Cancel
Save