Skip to content

Commit

Permalink
add --embedded-language-formatting to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Apr 15, 2020
1 parent f67f650 commit 673f4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/playground/Playground.js
Expand Up @@ -41,6 +41,7 @@ const ENABLED_OPTIONS = [
"insertPragma",
"requirePragma",
"vueIndentScriptAndStyle",
"embeddedLanguageFormatting",
];
const ISSUES_URL = "https://github.com/prettier/prettier/issues/new?body=";
const MAX_LENGTH = 8000 - ISSUES_URL.length; // it seems that GitHub limit is 8195
Expand Down

0 comments on commit 673f4b0

Please sign in to comment.