~ruther/qmk_firmware

52ac6c4303e4333f9ccb7ecf9dbd691edaad1182 — Nick Brassel 5 years ago 05e9ff6
Allow trailing whitespace in markdown docs, for formatting purposes. (#8774)

1 files changed, 12 insertions(+), 8 deletions(-)

M .vscode/settings.json
M .vscode/settings.json => .vscode/settings.json +12 -8
@@ 9,13 9,17 @@
        "**/*.bin": true
    },
    "files.associations": {
      "*.h": "c",
      "*.c": "c",
      "*.inc": "c",
      "*.cpp": "cpp",
      "*.hpp": "cpp",
      "xstddef": "c",
      "type_traits": "c",
      "utility": "c"
        "*.h": "c",
        "*.c": "c",
        "*.inc": "c",
        "*.cpp": "cpp",
        "*.hpp": "cpp",
        "xstddef": "c",
        "type_traits": "c",
        "utility": "c"
    },
    "[markdown]": {
        "editor.trimAutoWhitespace": false,
        "files.trimTrailingWhitespace": false
    }
}