An open API service indexing awesome lists of open source software.

https://github.com/0k/prettier


https://github.com/0k/prettier

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# -*- ispell-local-dictionary: "english" -*-

#+TITLE: @0k/prettier

0k's own tuning of =prettier=

* Install

#+begin_src sh
npm install -D @0k/prettier
#+end_src

* Specificity

This package is meant as a single package to import with no
configuration files and a opinionated default configuration.

#+begin_src yaml
singleQuote: true
semi: false
tabWidth: 4
spaceBeforeFunctionParen: true
printWidth: 80
#+end_src

Note that it uses =prettierx= under the hood to unsure the
capability of setting =spaceBeforeFunctionParen=.

This package can change without notice, but provides tags.