hanzo-dev b7f73bd2d6
Hanzo CI/CD / cicd (push) Successful in 1m12s
CI/CD / cicd (push) Successful in 15m46s
ci: canonical pair — hanzo.yml + forge caller
github.com has no runner for hanzo-build-linux-amd64, so a caller under
.github/workflows is a gate that can never be scheduled. This is the ~7-line
caller on the plane that can (git.hanzo.ai git-runner fleet), pinned @v1.
2026-08-06 03:55:03 -07:00
2026-07-29 21:00:59 +08:00
2026-07-24 08:51:20 +08:00
2026-07-21 14:07:00 +08:00
2026-07-29 22:39:32 +08:00
2026-07-29 21:00:59 +08:00
2026-06-27 18:35:59 +08:00
2025-11-30 02:46:38 +08:00
2026-07-21 13:50:05 +08:00
2025-12-01 07:25:25 +08:00
2026-07-17 10:31:54 +08:00
2026-07-17 10:30:10 +08:00
2025-05-08 19:26:30 +08:00

Prettier Banner

Opinionated Code Formatter

JavaScript · TypeScript · Flow · JSX · JSON
CSS · SCSS · Less
HTML · Vue · Angular
GraphQL · Markdown · YAML
Your favorite language?

CI Status Coverage Status Blazing Fast
npm version weekly downloads from npm code style: prettier Follow Prettier on X

Intro

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Input

foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne());

Output

foo(
  reallyLongArg(),
  omgSoManyParameters(),
  IShouldRefactorThis(),
  isThereSeriouslyAnotherOne(),
);

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


Badge

Show the world you're using Prettiercode style: prettier

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Contributing

See CONTRIBUTING.md.

S
Description
Prettier is an opinionated code formatter.
Readme MIT
179 MiB
Languages
JavaScript 83.6%
TypeScript 6.2%
HTML 3%
CSS 2.9%
SCSS 1.5%
Other 2.8%