freeCodeCamp / league-for-good

An open source sports league management tool
BSD 3-Clause "New" or "Revised" License
163 stars 106 forks source link

added .editorconfig for code consistency across all editors and IDEs #92

Closed elc49 closed 6 years ago

elc49 commented 6 years ago

Would this be helpful for code consistency? I figured there is no editorconfig file for defining code styling and consistency across different editors and IDEs.

makkoli commented 6 years ago

@3dw1nM0535 Hey, so you don't actually have to open another pull request to make changes or add comments. Just go to the bottom and add a comment with the input box.

As far as the editor config file, we already have a linter set up. We're using https://eslint.org/, so I don't think this would be very helpful cause it's only for your editor. Sorry I didn't mention that sooner. I'm closing this PR. If you have any questions just comment here.