AlexLamson / DataWrangler

Make quick and dirty data mining made easier in Sublime Text
MIT License
11 stars 2 forks source link

align columns visually #6

Closed AlexLamson closed 6 years ago

AlexLamson commented 6 years ago
 * add spaces to columns such that there is no vertical overlap between columns
 * maybe also re-order the columns such that the narrow column come first?

Example:

aaaa bb ccc
dd eeeeee ff

Becomes:

aaaa bb     ccc
dd   eeeeee ff