https://github.com/0k/prettier
https://github.com/0k/prettier
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0k/prettier
- Owner: 0k
- License: bsd-2-clause
- Created: 2021-08-20T08:10:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T12:31:31.000Z (about 3 years ago)
- Last Synced: 2025-03-14T17:44:24.893Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.