Forked Dart code formatter + CLI + custom styles
- Customizable indent sizes (tab sizes)
- Use tab or spaces for indents
- Additional custom styles
- CLI for dir/file formatting as the original with added options.
- Commandline tool: Releases
If executing on the command line, define a dartMain entry point in js, there is an example here
- Compile to Executable:
dart run grinder build [--output='name'] #defaults to 'build/dartpolish'
- Compile to Node.js:
dart run grinder node``` #outputs in 'dist/node/'
Dart code formatter forked from dart_style
BSD-3-Clause license
Most of the code is originaly from Dart Authors.