瀏覽代碼

Initial configuration

pull/1/head
Jérôme Deuchnord 5 年之前
父節點
當前提交
d18ac6c062
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 1934652EA16ECB3B
共有 2 個檔案被更改,包括 11 行新增0 行删除
  1. +1
    -0
      vim/after/ftplugin/Makefile.vim
  2. +10
    -0
      vimrc

+ 1
- 0
vim/after/ftplugin/Makefile.vim 查看文件

@@ -0,0 +1 @@
setlocal noexpandtab

+ 10
- 0
vimrc 查看文件

@@ -0,0 +1,10 @@
filetype plugin indent on

set nu
set hls
set si

" Indentation
set expandtab
set shiftwidth=4
set softtabstop=4

Loading…
取消
儲存