Skip to content

Prevent "MD009 Trailing spaces" for double-spaced newline  #7

Description

@matbun

Hi! It is really common in .md files to force the newline by putting a double space at the end of the line.
Unfortunately this gets a warning by this linter. In VS Code it is possible to fix by setting the parameter br_spaces to 2.

How can I set this parameter for this linter?
I tried going in Preferences -> Package Settings -> SublimeLinter -> Settings and add something like

"linters": {
    "mdl": {
         "br_spaces": 2
    }
}

But this did not work...

Reference: markdownlint/markdownlint#165

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions