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