@adamjlev/prettier 中文文档教程

发布于 4年前 浏览 7 项目主页 更新于 3年前

PURPOSE OF THIS FORK:

修复了 Prettier 团队不想修复的难看的 html/vue 格式:
https://github.com/prettier/prettier/issues/5377


“更漂亮的横幅”

Opinionated Code Formatter

JavaScript · 打字稿 · 流动 · 捷信 · JSON
CSS · SCSS · 较少的
HTML · 视图 · 棱角分明
图形QL · 降价 · YAML
你最喜欢的语言?

Github Actions 构建状态Github Actions 构建状态Github Actions 构建状态Codecov 覆盖状态极速
npm version每周从 npm 下载code style: prettier在 Gitter 上聊天在 Twitter 上关注 Prettier

Intro

Prettier 是一个自以为是的代码格式化程序。 它通过解析您的代码并使用自己的规则重新打印它来强制执行一致的样式,这些规则考虑了最大行长度,并在必要时包装代码。

Input

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

Output

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

Prettier 可以在在你的编辑器中运行,在保存时,在 pre-commit hook,或者在 CI 环境中 以确保您的代码库具有一致的风格,而开发人员无需再次在代码审查中发表挑剔的评论!


文档

安装 · 选项 · 命令行 · API

游乐场


Badge

向世界展示您正在使用 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

请参阅 CONTRIBUTING.md。

PURPOSE OF THIS FORK:

Fixes ugly html/vue formatting that Prettier team doesn't want to fix:
https://github.com/prettier/prettier/issues/5377


Prettier Banner

Opinionated Code Formatter

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

Github Actions Build StatusGithub Actions Build StatusGithub Actions Build StatusCodecov Coverage StatusBlazing Fast
npm versionweekly downloads from npmcode style: prettierChat on GitterFollow Prettier on Twitter

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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文