This is a Graviton Editor plugin code formatter made using the Prettier API.
Note: Only works above Graviton v2.0.99
Clone the repo to the desired .graviton2/plugins:
git clone https://github.com/Graviton-Code-Editor/Prettier.git
Install dependencies:
npm install
Run locally:
npm run watch
Build (optional):
npm run build
Made by Marc Espín Sanz.