Permit editorconfig trailing whitespace in markdown

master
Jordan Atwood 2 years ago
parent 4e51bddf17
commit 2477aad9eb
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 5
      src/.editorconfig

@ -20,3 +20,8 @@ trim_trailing_whitespace = true
# use 2 spaces for indentation
indent_style = space
indent_size = 2
# markdown
[*.md]
# permit trailing whitespace (it can be used for single line breaks)
trim_trailing_whitespace = false

Loading…
Cancel
Save