konstructio / kubefirst

The Kubefirst Open Source Platform
https://kubefirst.konstruct.io/docs
MIT License
1.8k stars 142 forks source link

Add support for EditorConfig in all repos #2235

Open mrsimonemms opened 3 months ago

mrsimonemms commented 3 months ago

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.