ソースを参照

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 indent_size = 2


# Markdown Files # 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] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false

読み込み中…
キャンセル
保存