Hacker News new | ask | show | jobs
by mxz3000 1362 days ago
Doesn't matter. Pick one. Enforce it with a linter. Move on with your life.
1 comments

Most importantly, pick a linter that can automatically fix it. I use pre-commit (https://pre-commit.com) for that. As a bonus, it supports other, language-specific linters.