▲ | Arelius a day ago | ||||||||||||||||||||||
Yes, this. Which the counter point is either, Don't align things, or use tabs for indentation, and spaces for alignment. And maybe you can enforce no alignment, but that's a hard fight to win. And as far as tabs for indentation and spaces for alignment, I've found no practical way to enforce this via tooling/linting. And a rule without enforcement becomes inconsistent, which is how we get files full of mixtures of spaces and tabs, which is how people get frustrated with tabs, and we decide to throw it all out. And inevitably, that's part of how spaces "won" | |||||||||||||||||||||||
▲ | throwawayqqq11 a day ago | parent | next [-] | ||||||||||||||||||||||
Or dont try to align lines with different indentation levels. Addind a comment with the right amount of tabs as a table header and align all fields with spaces after the tabs would do the trick. | |||||||||||||||||||||||
▲ | camel-cdr a day ago | parent | prev [-] | ||||||||||||||||||||||
Disallowing /[^\t]\t/ and /^ / is a good start. | |||||||||||||||||||||||
|