Skip to content

Instantly share code, notes, and snippets.

@trmtsy
Created July 21, 2012 07:49
Show Gist options
  • Save trmtsy/3155022 to your computer and use it in GitHub Desktop.
Save trmtsy/3155022 to your computer and use it in GitHub Desktop.
.vimrc
"タブをスペースにする
set expandtab
"タブスペース
set ts=2
"新しい行のインデントを現在行と同じにする
set autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment