From b8f128d1a365af708f26ba61d9bd8d61f42b1251 Mon Sep 17 00:00:00 2001 From: Matthew Bargar Date: Wed, 7 Sep 2016 11:41:41 -0400 Subject: [PATCH] Apply the same editorconfig rules to both markdown and asciidoc files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ae4e17a0e0a22..7121ac7876f8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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