Last active
August 29, 2015 14:16
-
-
Save pori/54a5ad9ff1b7bd65d2a4 to your computer and use it in GitHub Desktop.
A simple global Vim configuration for 2 space indents.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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