vimrc for 2 space tab replacements
set softtabstop=2 set shiftwidth=2 set tabstop=2 set expandtab
DZone Snippets > mixonic > tabs
12374 users tagging and storing useful source code snippets
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
Matthew Beale http://madhatted.com
set softtabstop=2 set shiftwidth=2 set tabstop=2 set expandtab