Explorar el Código

vimrc adapted for 4 space indention

master
Dirk Alders hace 8 meses
padre
commit
3d195b5cd0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      .vimrc

+ 2
- 2
.vimrc Ver fichero

@@ -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…
Cancelar
Guardar