Skip to content

Instantly share code, notes, and snippets.

@pedrouid
Created August 26, 2017 11:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pedrouid/b3770e56de75d3dc48149d92f03e9ab3 to your computer and use it in GitHub Desktop.
VIM config
syntax on
set number
set tabstop=2
set autoindent
set smarttab
set shiftwidth=2
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment