소스 검색

markdownlint no-trailing-spaces (#6668)

Alexandre Alapetite 1 년 전
부모
커밋
deae6ab503
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .markdownlint.json

+ 1 - 0
.markdownlint.json

@@ -11,6 +11,7 @@
 	"no-multiple-blanks": {
 		"maximum": 2
 	},
+	"no-trailing-spaces": true,
 	"ul-indent": false,
 	"ul-style": {
 		"style": "consistent"