소스 검색

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

불러오는 중...
취소
저장