Hacker News new | ask | show | jobs
by notTooFarGone 491 days ago
See it like this - in 10 years when here is no original dev working on this, will this project still have the same code style?

With a nice .editorconfig the probability is very high that it's mostly consistent. I can guarantee you any manual rules will be long forgotten and the IDE style will reign supreme - only your old "manual" formatting will stick out like a sore thumb.

1 comments

here are the rules we enforce inside `pyproject.toml` https://gist.github.com/v3ss0n/3b0a8ac808f6930ea04e4ada62d90...