Skip to content

Instantly share code, notes, and snippets.

@gyaresu
Created March 23, 2015 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyaresu/89f3deb1009290b9c536 to your computer and use it in GitHub Desktop.
Save gyaresu/89f3deb1009290b9c536 to your computer and use it in GitHub Desktop.
" text, tab and indent set expandtab
"set softtabstop=4 " makes the spaces feel like real tabs
set smarttab
set shiftwidth=2
set tabstop=2
set lbr
set tw=500
set ai "Auto indent
set si "Smart indent
set wrap "Wrap lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment