Skip to content

Instantly share code, notes, and snippets.

@genio
Created August 21, 2015 13:41
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 genio/cbce5aae9970ae375779 to your computer and use it in GitHub Desktop.
Save genio/cbce5aae9970ae375779 to your computer and use it in GitHub Desktop.
.vimrc
set fileformats=unix,dos,mac # used to have issues with ^M at every line ending
set tabstop=4
set shiftwidth=4
set backspace=indent,eol,start # allow backspacing through lines
set ruler
set encoding=utf-8
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment