▲ | anticodon 4 days ago | |||||||
Yes. In Python, black formatter consistently breaks SQLAlchemy queries in an unreadable way (e.g. splitting conditions over multiple lines when it's not really necessary and makes reading harder). | ||||||||
▲ | 3036e4 4 days ago | parent [-] | |||||||
For C++ clang-format does things like that all the time as well. Of course it has no idea what semantically belongs together on the same line or not. I wish the C++ world had settled on some other standard linter. | ||||||||
|