소스 검색

Update .md editorconfig again

Tulir Asokan 4 년 전
부모
커밋
90cbb9f9ff
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -11,6 +11,9 @@ insert_final_newline = true
 [*.py]
 max_line_length = 99
 
+[*.md]
+trim_trailing_whitespace = false
+
 [*.{yaml,yml,py,md}]
 indent_style = space