瀏覽代碼
Initial configuration
pull/1/head
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 1934652EA16ECB3B
共有
2 個檔案被更改,包括
11 行新增 和
0 行删除
-
vim/after/ftplugin/Makefile.vim
-
vimrc
|
|
@@ -0,0 +1 @@ |
|
|
|
setlocal noexpandtab |
|
|
@@ -0,0 +1,10 @@ |
|
|
|
filetype plugin indent on |
|
|
|
|
|
|
|
set nu |
|
|
|
set hls |
|
|
|
set si |
|
|
|
|
|
|
|
" Indentation |
|
|
|
set expandtab |
|
|
|
set shiftwidth=4 |
|
|
|
set softtabstop=4 |