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.
A bit of context in DavidAnson/markdownlint#303 - it would be great to read configuration from a
.editorconfigfile. 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.