The tig cannot display the space style of eol
I could see the special style of the space of eol in git diff. However, I could not see the style in tig. Even I use W switch all modes.
Did you try putting this in ~/.tigrc?
set ignore-space = at-eol
@jonas I just want to have the style eol in tig. Please see the images for more details.
Ah, I misunderstood. Tig doesn't seem support highlighting space at EOL.
As I can understand, we talk about the same feature
#573
This is partially supported since version 2.2.2 with set diff-highlight = true
More configurable support would require to switch the diff view to --word-diff=porcelain (#221).
It seems that tig also not highlight while git support core.whitespace=tab-in-indent even if use git version 2.2.2 with set diff-highlight = true.
left is git show, right is tig show at blew image: