瀏覽代碼

Set vim autoindent

Do not interfere with filetype indentation.
Simply reproduce the previous indentation when creating a new line.
Ref : https://vim.fandom.com/wiki/Indenting_source_code
DricomDragon 5 年之前
父節點
當前提交
422827e695
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Install/Templates/vimrc

+ 1 - 0
Install/Templates/vimrc

@@ -2,3 +2,4 @@ syntax on
 set softtabstop=4
 set shiftwidth=4
 set expandtab
+set autoindent