Created
August 30, 2016 00:04
-
-
Save aduartem/5c4c5e7cfa8772f2274c68e2515d53b6 to your computer and use it in GitHub Desktop.
.vimrc for developers
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 enc=utf-8 | |
set fenc=utf-8 | |
set termencoding=utf-8 | |
set nocompatible | |
set autoindent | |
set smartindent | |
set expandtab | |
set tabstop=2 | |
set shiftwidth=2 | |
set textwidth=120 | |
set t_Co=256 | |
set showmatch | |
syntax on | |
set number | |
set comments=sl:/*,mb:\ *,elx:\ */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment