![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | third-party.js | 2 years ago | 141K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | standalone.js | 2 years ago | 1.0M | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-yaml.js | 2 years ago | 164K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-typescript.js | 2 years ago | 2.5M | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-postcss.js | 2 years ago | 344K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-markdown.js | 2 years ago | 235K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-html.js | 2 years ago | 108K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-graphql.js | 2 years ago | 50K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-glimmer.js | 2 years ago | 136K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-flow.js | 2 years ago | 1.4M | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-babylon.js | 2 years ago | 260K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | parser-angular.js | 2 years ago | 56K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2 years ago | 1.4K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 2 years ago | 1.3M | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | doc.js | 2 years ago | 69K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | bin-prettier.js | 2 years ago | 1.3M | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 3.6K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE | 2 years ago | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
JavaScript
· TypeScript
· Flow
· JSX
· JSON
CSS
· SCSS
· Less
HTML
· Vue
· Angular
GraphQL
· Markdown
· YAML
Your favorite language?
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.
foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne());
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!
Show the world you're using Prettier →
[](https://github.com/prettier/prettier)
See CONTRIBUTING.md.