marksman icon indicating copy to clipboard operation
marksman copied to clipboard

Feature request: respect editorconfig settings

Open heapifyman opened this issue 1 year ago • 2 comments

Would be nice if marksman could take into account all editorconfig settings, like max_line_length, trim_trailing_whitespace, etc.

Supporting editorconfig indentation settings was already mentioned in #94. But I think it might be useful to also respect the rest of the "universal" settings.

For example, I have max_line_length = off for .md files but I still get warnings about MD013/line-length in neovim.

heapifyman avatar Jan 24 '24 12:01 heapifyman