EditorConfig maintains consistent styling on source code across different IDEs and operating systems - for example, Windows (often) uses difference line-endings to Mac/Linux so you can end up with weird things in the diffs (this may be the issue in this Slack thread)
I've used it for 10+ years and this is very helpful. Would suggest using my config as the basis of ours.
Repos to add:
[x] #2238
[x] #2239
[x] #2240
[x] #2241
Edit: we've had one adjacent issue in #helping-hands that appears to have been solved by EditorConfig.
EditorConfig maintains consistent styling on source code across different IDEs and operating systems - for example, Windows (often) uses difference line-endings to Mac/Linux so you can end up with weird things in the diffs (this may be the issue in this Slack thread)
I've used it for 10+ years and this is very helpful. Would suggest using my config as the basis of ours.
Repos to add:
Edit: we've had one adjacent issue in #helping-hands that appears to have been solved by EditorConfig.