Просмотр исходного кода

vimrc adapted for 4 space indention

master
Dirk Alders 8 месяцев назад
Родитель
Сommit
3d195b5cd0
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      .vimrc

+ 2
- 2
.vimrc Просмотреть файл

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

Загрузка…
Отмена
Сохранить