rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
119 stars 19 forks source link

fix(anstyle): Don't display with formatter's settings #171

Closed epage closed 8 months ago

epage commented 8 months ago

Before, we were inconsistent about this. Now, we err on the side of always ignoring the settings as there isn't really much reason to pad ansi escape codes and the padding could accumulate over multiple calls.