mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +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",
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["*.md"],
|
||||
options: {
|
||||
embeddedLanguageFormatting: "off",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user