prettier: Prevent formatting inner languages inside markdown

See also: https://prettier.io/docs/en/options.html
This commit is contained in:
Tony Narlock 2021-05-16 14:02:32 -05:00
parent 5d3e1ede94
commit 2738046886

3
.prettierrc Normal file
View File

@ -0,0 +1,3 @@
{
"embeddedLanguageFormatting": "off"
}