Просмотр исходного кода

markdownlint no-trailing-spaces (#6668)

Alexandre Alapetite 1 год назад
Родитель
Сommit
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"