Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 675 Bytes

readme.md

File metadata and controls

35 lines (27 loc) · 675 Bytes

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 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.