Bläddra i källkod

vimrc adapted for 4 space indention

master
Dirk Alders 8 månader sedan
förälder
incheckning
3d195b5cd0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      .vimrc

+ 2
- 2
.vimrc Visa fil

@@ -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.

Laddar…
Avbryt
Spara