Skip to content

Instantly share code, notes, and snippets.

@jeweltheme
Forked from hasinhayder/.vimrc
Created August 8, 2017 09:08
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 jeweltheme/793a601ab0385812f7e04ebb78fc28e7 to your computer and use it in GitHub Desktop.
Save jeweltheme/793a601ab0385812f7e04ebb78fc28e7 to your computer and use it in GitHub Desktop.
Vim Auto Indent and Syntaxt Highlighting On
syntax on
set tabstop=4
set shiftwidth=4
set expandtab
set smarttab
set autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment