浏览代码

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

正在加载...
取消
保存