mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add EditorConfig #96

Closed mkasberg closed 1 year ago

mkasberg commented 1 year ago

It would be great to use a code formatter/linter to ensure consistency within this repo and across all of our seed scripts. But it's challenging because we want to format code consistently in 15+ languages. EditorConfig seems like a good place to start since it's widely used and language-agnostic. We can use eclint in GitHub Actions to enforce code style.