Skip to content

Commit

Permalink
Allow trailing whitespace in markdown docs, for formatting purposes. (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Apr 13, 2020
1 parent 05e9ff6 commit 52ac6c4
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 52ac6c4

Please sign in to comment.