소스 검색
Initial configuration
pull/1/head
No known key found for this signature in database
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 |