This is for after our launch, so low prio atm.!
Speaking from experience, maintaining open source projects with contributions from the outside can become tedious when people use different editors presets and you have huge git diffs full of white space changes and other noise.
I propose we decide on some formatting rules for source code and enforce them via tools like prettier and .editorconfig.
We'd probably have to do one nasty re-formatting commit after deciding on tools, but after that we should get clean commit diffs. :)
This is for after our launch, so low prio atm.!
Speaking from experience, maintaining open source projects with contributions from the outside can become tedious when people use different editors presets and you have huge git diffs full of white space changes and other noise.
I propose we decide on some formatting rules for source code and enforce them via tools like
prettierand.editorconfig.We'd probably have to do one nasty re-formatting commit after deciding on tools, but after that we should get clean commit diffs. :)