An open API service indexing awesome lists of open source software.

https://github.com/Acode-Foundation/acode-plugin-prettier

Code formatter plugin for Acode editor for Android
https://github.com/Acode-Foundation/acode-plugin-prettier

Last synced: about 1 year ago
JSON representation

Code formatter plugin for Acode editor for Android

Awesome Lists containing this project

README

          

# acode-plugin-prettier

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

This plugin can format code written in [Acode](https://acode.foxdebug.com) editor for Android.

## Supported Extensions

- html
- htm
- css
- scss
- less
- js
- cjs
- es
- mjs
- jsx
- ts
- tsx
- vue
- json
- hbs
- handlebars
- md
- yaml
- yml

## Under Development

This plugin is currently under development so it may not work properly.

## Known issues

None so far. If you find any issues, please raise it in GitHub issues. Thank you.