darrinholst / Fitnesse.tmbundle

TextMate bundle to format fitnesse (and cucumber) tables

This URL has Read+Write access

name age message
directory Commands/ Loading commit data...
file README
file info.plist
README
Use this TextMate bundle to format fitnesse/cucumber tables

Before:

|col1|col2|col3|
|Some data|Some data|Some other data|

After:

| col1      | col2      | col3            |
| Some data | Some data | Some other data |


Install:
  cd ~/Library/Application\ Support/TextMate/Bundles
  git clone git://github.com/darrinholst/Fitnesse.tmbundle.git Fitnesse.tmbundle