فهرست منبع

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": {
 	"no-multiple-blanks": {
 		"maximum": 2
 		"maximum": 2
 	},
 	},
+	"no-trailing-spaces": true,
 	"ul-indent": false,
 	"ul-indent": false,
 	"ul-style": {
 	"ul-style": {
 		"style": "consistent"
 		"style": "consistent"