.editorconfig MDX files should follow the same rules as MD (#96942) (#97079)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.editorconfig
This commit is contained in:
Alejandro Fernández Haro 2021-04-14 11:34:57 +02:00 committed by GitHub
parent 5e6b35b86f
commit 1ac31f6929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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