- clone
git clone git@github.com:claromes/micro-prettier.git
- make
cd micro-prettier && make
- restart Micro
- Files will be formatted on save, unless
onsave
is set to false (withCtrl+e
>set prettier.onsave false
). - Run
prettier
to format the current file.
- JavaScript/JSX/TypeScript
- CSS/SCSS
- HTML
- JSON
- Markdown
- YAML
This project is a fork of micro-autofmt.
All contributions are welcome by pull request or issue.
Licensed under the GNU General Public License v3.0. See LICENSE for full text.