Skip to content

Instantly share code, notes, and snippets.

@mdibello
Created August 2, 2018 17:27
Show Gist options
  • Select an option

  • Save mdibello/589f17f1e11b4f4200fc9b1e166574df to your computer and use it in GitHub Desktop.

Select an option

Save mdibello/589f17f1e11b4f4200fc9b1e166574df to your computer and use it in GitHub Desktop.
My default .vimrc file
syntax on
" No autoindent
set noautoindent
set nocindent
set nosmartindent
" No auto comments
set formatoptions-=c
set formatoptions-=r
set formatoptions-=o
" Set tab to equal 4 spaces
set tabstop=4
set shiftwidth=4
set softtabstop=0
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment