You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An .editorconfig file is quite helpful in ensuring all of the files follow the same EOLs, indentations, etc. A good number of modern editors support natively, although there's also a number that would require a plugin, or don't support it at all. I'm thinking that we should add onto our formatting test and check the .editorconfig file as well. It looks like there's an NPM package that will help us already, and I'm happy to tackle this one!
The text was updated successfully, but these errors were encountered:
Closing this issue because the package doesn't enforce the .editorconfig, and I can't find anything that does. We have Prettier as well now, so that should take care of formatting.
An
.editorconfig
file is quite helpful in ensuring all of the files follow the same EOLs, indentations, etc. A good number of modern editors support natively, although there's also a number that would require a plugin, or don't support it at all. I'm thinking that we should add onto our formatting test and check the.editorconfig
file as well. It looks like there's an NPM package that will help us already, and I'm happy to tackle this one!The text was updated successfully, but these errors were encountered: