Apply the same editorconfig rules to both markdown and asciidoc files

This commit is contained in:
Matthew Bargar 2016-09-07 11:41:41 -04:00
parent 22afe52d06
commit b8f128d1a3

View file

@ -9,6 +9,6 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
[*.{md,asciidoc}]
trim_trailing_whitespace = false
insert_final_newline = false