]> Devi Nivas Git - chevron.git/commit
Allow tabs in partial indentation (Fixes #49?)
authorDaniel Morrison <dan@morrison.ph>
Sun, 7 Apr 2019 15:59:54 +0000 (11:59 -0400)
committerDaniel Morrison <dan@morrison.ph>
Sun, 7 Apr 2019 15:59:54 +0000 (11:59 -0400)
commit8bda5e5ba2f440b7aec4745942b9b04d6e6527eb
treeeac8d03aa279c578a155ff6421ff9db4ab878896
parent3acc539c8beb7be7bab1dff283fd0639c0f89b76
Allow tabs in partial indentation (Fixes #49?)

This appears to be the underlying issue in #49.

Now tabs or spaces can be used to indent partials.

There is some slight possible API breakage changing padding from int.

If desired, a check could be added to check for an int padding.
chevron/renderer.py
test_spec.py