I use spaces for indentation in source code, how can I highlight/mark tabs, that are in code?
It could be red, the same as when I use (setq-default show-trailing-whitespace t)
As a hint from @abo-abo I found that I can use whitespace-mode with this code:
(setq whitespace-style '(face tabs))
(whitespace-mode)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With