Skip to content
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

Support editorconfig config files #27

Closed
KylePDavis opened this issue Jun 18, 2015 · 2 comments
Closed

Support editorconfig config files #27

KylePDavis opened this issue Jun 18, 2015 · 2 comments

Comments

@KylePDavis
Copy link

Would like support for .editorconfig INI-style config files.
This one is a little different because it's not exactly JSON and I didn't see any support for anything similar but it seems like these kinds of things could be supported without too much work.
Thoughts?

@madskristensen
Copy link
Contributor

The .editorconfig file is not a JSON file. For Visual Studio you already get both auto completion and validation for it however when you use the official EditorConfig extension https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328

@KylePDavis
Copy link
Author

@madskristensen, thanks, it's good to know that this is around if I find myself in Visual Studio.
I'm actually after support in Visual Studio Code and hopefully Atom, eventually.
Admittedly, this was a bit of a stretch but I figured that it couldn't hurt to ask. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants