Skip to content

Instantly share code, notes, and snippets.

@pori
Last active August 29, 2015 14:16
Show Gist options
  • Save pori/54a5ad9ff1b7bd65d2a4 to your computer and use it in GitHub Desktop.
Save pori/54a5ad9ff1b7bd65d2a4 to your computer and use it in GitHub Desktop.
A simple global Vim configuration for 2 space indents.
set nu
filetype plugin indent on
set tabstop=2
set shiftwidth=2
set expandtab
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment