donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 156 forks source link

How do I indent using tabs while conversion #82

Closed lekhnath closed 10 years ago

lekhnath commented 10 years ago

It uses spaces for indentation but I use tabs (width : 4). Where should I provide the option to indent using tabs ??

donpark commented 10 years ago

-t or --tabs. Use html2jade --help to list options.

lekhnath commented 10 years ago

How did I missed that , it is mentioned in wiki also. Thanks, worked fine.