瀏覽代碼

Add comment about trailing whitespace in Markdown

Related to #88 (Github Pull Request)
pull/90/head
Slavi Pantaleev 7 年之前
父節點
當前提交
d5a0f562ba
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      .editorconfig

+ 3
- 0
.editorconfig 查看文件

@@ -20,5 +20,8 @@ indent_style = space
indent_size = 2

# Markdown Files
#
# Two spaces at the end of a line in Markdown mean "new line",
# so trimming trailing whitespace for such files can cause breakage.
[*.md]
trim_trailing_whitespace = false

Loading…
取消
儲存