-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EditorConfig support to Console #2239
Comments
Thanks @mrsimonemms. I think this is good for our golang repositories but Console has their own configuration with linter and prettier and this may cause a lot of issues. |
@CristhianF7 Prettier and EditorConfig solve related, but distinct problems. Prettier makes sure the JavaScript is formatted to a known format, EditorConfig covers all files. It also covers things like line-endings, which Prettier/ESLint tend not to cover in my experience. I've used Prettier/ESLint and EditorConfig together for about 10 years and never had a problem so I think this would be useful to include. |
Thanks for confirming @mrsimonemms |
No probs. There's a PR for this which would like a review when you have time konstructio/console#481 |
This exists to standardise IDE configuration automatically and reduce compatibility issues across operating systems etc. See parent issue for more details
The text was updated successfully, but these errors were encountered: