Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Matthew Beale http://madhatted.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

vimrc for 2 space tab replacements

~/.vimrc:
set softtabstop=2
set shiftwidth=2
set tabstop=2
set expandtab
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS