|
|
|
|
|
by js2
1606 days ago
|
|
On the contrary, I want to thank the authors of black for not adding tab support. I’ve been writing Python code for two decades. I know all the arguments for tabs vs spaces. Down the path of tabs lies madness. If you want them that badly, please see git’s smudge/clean filters. https://stackoverflow.com/questions/2316677/can-git-automati... There. Now the Python world has a single standard while you are free to use tabs in your checkout. See, you can make all the people happy all the time. :-) |
|
There's extremely clear demand, I didn't just add a random flag to control how much space should be around parentheses. Switching an existing codebase using tabs to spaces is not always feasible.
That said, TIL about a lot of what's in your link, but it looks like a completely inappropriate solution, I think you can agree.