konradsz / igrep

Interactive Grep
MIT License
663 stars 17 forks source link

Replace \t with space to workaround indentation issue #30

Closed wilbeibi closed 2 years ago

wilbeibi commented 2 years ago

tui swallows \t https://github.com/fdehau/tui-rs/issues/98 , cause context view skew up indentation in some languages (e.g. Go). Thus make this workaround.

konradsz commented 2 years ago

Thanks for your contribution! :) I am going to fix remaining lints in a separate commit