Is it possible to change the way a \t indentation is displayed in a text editor? For example, in Atom, Notepad++ or Kate?
Most people use spaces as identation (e.g.: pressing TAB once produces 2 spaces), but ideally one should be able to only use \t for indentation and the text editor should let the user choose how to display the \t (e.g., as 2 or 4 spaces). This would also solve conflicts when one of the developers prefers 2 spaces over 4, etc.
To be clear, what I want is to change the way \t are displayed in text editors. I'd like to change an option on the fly where I'd visualize a \t as equal in length to 4 spaces, or 5 spaces, or n spaces.
I couldn't find any information about this option, only about making TAB produce spaces instead of \t, like in: https://stackoverflow.com/questions/29972396/how-can-i-customize-the-tab-to-space-conversion-factor