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 for configuration #120

Closed
ejball opened this issue Jul 3, 2020 · 1 comment
Closed

Support EditorConfig for configuration #120

ejball opened this issue Jul 3, 2020 · 1 comment

Comments

@ejball
Copy link

ejball commented Jul 3, 2020

It would be great if we could configure markdownlint in an .editorconfig file. The syntax could be very similar to the JSON configuration, e.g. the options.config example could look something like this:

[*.md]
markdownlint.default = true
markdownlint.MD003.style = atx_closed
markdownlint.MD007.indent = 4
markdownlint.no_hard_tabs = false
markdownlint.whitespace = false
@DavidAnson
Copy link
Owner

The proposed configuration would be specific to markdownlint - and the VS Code extension as well as both CLI's already support .markdownlint.json/.markdownlint.yaml formats for this purpose. Adding another file and format across the tooling feels like it adds more complexity than it's worth. Thanks for the suggestion!

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

No branches or pull requests

2 participants