- clone
git clone [email protected]:claromes/micro-prettier.git
- make
cd micro-prettier && make
- restart Micro
- Files will be formatted on save, unless
onsaveis set to false (withCtrl+e>set prettier.onsave false). - Run
prettierto 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.