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
- Host: GitHub
- URL: https://github.com/Acode-Foundation/acode-plugin-prettier
- Owner: Acode-Foundation
- Created: 2022-06-23T16:01:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T07:52:46.000Z (over 1 year ago)
- Last Synced: 2025-03-18T12:01:43.479Z (about 1 year ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 37
- Watchers: 2
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
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.