Skip to content

xnfo-dart/dart_polisher

 
 

Repository files navigation

Dart Polisher Formatter Issues

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.

Download

IDE Extensions


Build

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

License

BSD-3-Clause license

Most of the code is originaly from Dart Authors.

About

Fork of the dart_style formatter for Dart source code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 100.0%