mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
prettier: Disable embedded language formatting for Markdown.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 08fb51483b
)
This commit is contained in:
@@ -11,5 +11,11 @@ module.exports = {
|
|||||||
quoteProps: "preserve",
|
quoteProps: "preserve",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
files: ["*.md"],
|
||||||
|
options: {
|
||||||
|
embeddedLanguageFormatting: "off",
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user