1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-01 18:31:46 +00:00

Added tab expansion preprocessing step.

This commit is contained in:
eth-p
2018-09-10 18:11:59 -07:00
parent 8b4abb03db
commit b23ff24ebc
4 changed files with 64 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ mod decorations;
mod diff;
mod line_range;
mod output;
mod preprocessor;
mod printer;
mod style;
mod terminal;