🌐
Prettier
prettier.io › playground
Prettier
styled-components 💅 · Lightning Web Components (LWC)
🌐
Loilo
loilo.github.io › prettier-php-playground
Prettier PHP Playground
A playground for the experimental Prettier PHP plugin
🌐
GitHub
github.com › prettier › prettier
GitHub - prettier/prettier: Prettier is an opinionated code formatter. · GitHub
Prettier can be run in your editor on-save, in a pre-commit hook, or in CI environments to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again! Documentation · Install · Options · CLI · API · Playground ·
Author   prettier
🌐
CodeSandbox
codesandbox.io › s › prettier-playground-zfxnv
prettier playground - CodeSandbox
November 4, 2021 - prettier playground by mikbeach using react, react-dom, react-scripts
Published   Nov 04, 2021
Author   mikbeach
🌐
GitHub
github.com › loilo › prettier-php-playground
GitHub - loilo/prettier-php-playground: 💄 A playground for the Prettier PHP plugin
💄 A playground for the Prettier PHP plugin. Contribute to loilo/prettier-php-playground development by creating an account on GitHub.
Starred by 9 users
Forked by 4 users
Languages   Vue 70.9% | JavaScript 27.8% | HTML 1.3%
🌐
GitHub
github.com › maslakoff › codestyle-playground
GitHub - maslakoff/codestyle-playground: Prettier + ESLint playground
Prettier + ESLint playground. Contribute to maslakoff/codestyle-playground development by creating an account on GitHub.
Author   maslakoff
🌐
Shopify
shopify.github.io › prettier-plugin-liquid
Prettier Liquid Plugin - Playground
Prettier Plugin Liquid v1.2.2 · Options · --print-width · --html-whitespace-sensitivity · strict · ignore · --single-quote · --liquid-single-quote · <ul>{% for el in col %}<li class="{% cycle 'odd', 'even' %}" id="el-{{ el.index }}">{{ el.image }}</li>{% endfor %}</ul> <ul ...
Find elsewhere
🌐
CodeSandbox
codesandbox.io › examples › package › prettier
prettier examples - CodeSandbox
Use this online prettier playground to view and fork prettier example apps and templates on CodeSandbox.
🌐
Web-toolkit
web-toolkit.app › en › tools › prettier-playground
Prettier Playground - Web Toolkit | Web Toolkit
JSON FormatterURL ParserUUID/ULID GeneratorSQL FormatterCron ParserMarkdown PreviewDiff CheckerLorem Ipsum GeneratorUser Agent ParserRegex TesterMeta Tag GeneratorcURL BuilderPrettier PlaygroundCSS MinifierSchema Markup GeneratorHeadline AnalyzerSitemap GeneratorMeta Tag AnalyzerRobots.txt GeneratorTitleShare as ImageToken Counter
🌐
Prettier
prettier.io › playground-redirect
Redirecting…
Redirecting you to the appropriate playground.
🌐
npm
npmjs.com › package › prettier
prettier - npm
Prettier can be run in your editor on-save, in a pre-commit hook, or in CI environments to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again! Documentation · Install · Options · CLI · API · Playground ·
      » npm install prettier
    
Published   Jan 21, 2026
Version   3.8.1
Author   James Long
🌐
Reddit
reddit.com › r/angular2 › do you use prettier??
r/Angular2 on Reddit: Do you use Prettier??
September 24, 2024 -

I'm just confused.

Prettier playground The code in left is what my local prettier does with the exact configs that is used in the playground.

{
  "arrowParens": "always",
  "bracketSameLine": false,
  "bracketSpacing": true,
  "semi": true,
  "experimentalTernaries": false,
  "singleQuote": false,
  "jsxSingleQuote": false,
  "quoteProps": "as-needed",
  "trailingComma": "all",
  "singleAttributePerLine": false,
  "htmlWhitespaceSensitivity": "css",
  "vueIndentScriptAndStyle": false,
  "proseWrap": "preserve",
  "insertPragma": false,
  "printWidth": 80,
  "requirePragma": false,
  "tabWidth": 2,
  "useTabs": false,
  "embeddedLanguageFormatting": "auto"
}

The config path is set in the settings.

🌐
Prettier
prettier.io › docs › plugins
Plugins · Prettier
It prints a detailed list of comments, which includes information on how every comment was classified (ownLine/endOfLine/remaining, leading/trailing/dangling) and to which node it was attached. For Prettier’s built-in languages, this information is also available on the Playground (the 'show comments' checkbox in the Debug section).
🌐
GitHub
github.com › prettier › prettier › issues › 3667
Add playground examples · Issue #3667 · prettier/prettier
Add examples to getExample(): prettier/website/static/playground.js Lines 356 to 381 in 5e2e7a2 function getExample(parser) { switch (parser) { case "babylon": return [ 'function HelloWorld({greeting = "hello", greeted = \'"World"\', sil...
Published   Jan 07, 2018
Author   ikatyang
🌐
Nene
nene.github.io › prettier-sql-playground
Prettier SQL Playground
Väike alatu progeja · Spoiler: avoid null, always use undefined
🌐
GitHub
github.com › prettier › prettier › blob › main › website › README.md
prettier/website/README.md at main · prettier/prettier
Build the Prettier browser libs for the Playground by running the following in the project root directory:
Author   prettier