Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 588 Bytes

README.org

File metadata and controls

31 lines (20 loc) · 588 Bytes

@0k/prettier

0k’s own tuning of prettier

Install

npm install -D @0k/prettier

Specificity

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

singleQuote: true
semi: false
tabWidth: 4
spaceBeforeFunctionParen: true
printWidth: 80

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

This package can change without notice, but provides tags.