ソースを参照

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

読み込み中…
キャンセル
保存