浏览代码

Initial configuration

pull/1/head
父节点
当前提交
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

正在加载...
取消
保存