Coder Social home page Coder Social logo

rtorr / prettier Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prettier/prettier

0.0 3.0 0.0 18.12 MB

Prettier is an opinionated code formatter.

Home Page: https://prettier.io/

License: MIT License

JavaScript 91.09% CSS 2.90% HTML 0.82% Vue 0.04% TypeScript 5.11% Shell 0.04%

prettier's Introduction

Prettier Banner

Opinionated Code Formatter

JavaScript · Flow · TypeScript · CSS · SCSS · Less · GraphQL · JSON · Markdown

Gitter Travis Codecov npm version npm version code style: prettier Follow+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 ran 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 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.

prettier's People

Contributors

vjeux avatar azz avatar jlongster avatar ikatyang avatar lydell avatar josephfrazier avatar existentialism avatar duailibe avatar yamafaktory avatar despairblue avatar rattrayalex avatar karl avatar bakkot avatar jameshenry avatar suchipi avatar mitermayer avatar bnjmnt4n avatar simenb avatar rogeliog avatar hzoo avatar knowbody avatar thymikee avatar avocadowastaken avatar okonet avatar jackyho112 avatar lipis avatar amasad avatar cigit avatar danharper avatar darahak avatar

Watchers

Richard Torruellas avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.