ソースを参照
Initial configuration
pull/1/head
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 1934652EA16ECB3B
-
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 |