Skip to content

claromes/micro-prettier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prettier Formatter plugin for Micro Editor

Installation

  1. clone
    git clone git@github.com:claromes/micro-prettier.git
  2. make
    cd micro-prettier && make
  3. restart Micro

Usage

  • Files will be formatted on save, unless onsave is set to false (with Ctrl+e > set prettier.onsave false).
  • Run prettier to format the current file.

Support for:

  • JavaScript/JSX/TypeScript
  • CSS/SCSS
  • HTML
  • JSON
  • Markdown
  • YAML

Acknowledgements

This project is a fork of micro-autofmt.

Contributions

All contributions are welcome by pull request or issue.

License

Licensed under the GNU General Public License v3.0. See LICENSE for full text.

Releases

No releases published

Languages

  • Lua 78.2%
  • Makefile 21.8%