|
|
|
Indentation TABS vs. SPACES
|
|
10 points
by banyek
3680 days ago
|
|
I don't know why it is so common to ban indenting with tabs and use spaces instead but I don't get it. I mean with tabs everyone can set up a good number of spaces which is good for reading, but if we use x spaces everywhere, then it is bad for a lot of people (for example for me, the most easiest to read is 4 spaces as tabs.).
Needless to say linters drive me crazy (puppet DSL, python - 2 spaces!) and I just HATE using spaces.
(Yes, thank you, I can set up my vim - but I don't want to. I just want to use literal TABS.) |
|