My .vimrc

Download my .vimrc file for your own use

Convert Line Endings In Textmate

Goto Text > Filter Through Command Set Input to “Document” Set Output to “Replace Document” Use this sed one-liner as your command to convert from Unix to DOS: sed “s/$/`echo -e \\\r`/”