Skip to content

Instantly share code, notes, and snippets.

@JohnnyNiu
Last active February 29, 2016 05:49
Show Gist options
  • Save JohnnyNiu/d2ae04b4c3b2a2e144df to your computer and use it in GitHub Desktop.
Save JohnnyNiu/d2ae04b4c3b2a2e144df to your computer and use it in GitHub Desktop.
My Vim Setting
" set tab to 2 spaces for my vim
:set expandtab
:set tabstop=2
:set shiftwidth=2
" show line number
:set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment