瀏覽代碼

vimrc adapted for 4 space indention

master
Dirk Alders 8 月之前
父節點
當前提交
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.

Loading…
取消
儲存