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

editorconfig support #230

Open
Kernald opened this issue Nov 3, 2021 · 2 comments
Open

editorconfig support #230

Kernald opened this issue Nov 3, 2021 · 2 comments

Comments

@Kernald
Copy link

Kernald commented Nov 3, 2021

A bit of context in DavidAnson/markdownlint#303 - it would be great to read configuration from a .editorconfig file. A few interesting properties would be the max line length and the type of indentation for example. Other tools for other languages (e.g. ktlint for Kotlin) support this, and while the initial issue mentions VSCode being a better place for this than here, I think there's some value in having a single source of truth for the configuration whether you're running in a IDE or in CI.

@piranna
Copy link

piranna commented Jul 8, 2023

I think a better place would be https://github.com/DavidAnson/markdownlint-cli2, vscode already has plugins for editorconfig, so it makes total sense to use an .editorconfig file values if they are available. Not sure if natively or with a plugins system.

@piranna
Copy link

piranna commented Jul 8, 2023

I've open an issue for markdownlint-cli2 at DavidAnson/markdownlint-cli2#179

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

3 participants