Переглянути джерело

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

Завантаження…
Відмінити
Зберегти