feat: basic support for mdx file extension (#964)

This commit is contained in:
Daniel Lautzenheiser
2023-10-31 11:31:04 -04:00
committed by GitHub
parent 597d135ff7
commit 215cb21e89
7 changed files with 76 additions and 1 deletions

View File

@ -17,3 +17,6 @@ quote_type = single
[*.md]
trim_trailing_whitespace = false
[*.mdx]
trim_trailing_whitespace = false