schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.07k stars 65 forks source link

Suggestion: use standard Dart formatting #136

Closed fusion44 closed 9 months ago

fusion44 commented 9 months ago

Every time I change something in the Jaspr codebase, the Dart formatter changes large parts of the source code. This makes contributing quite difficult. It would be great if the Jaspr codebase could be reformatted using Dart's default settings.

For example, the maximum line length is violated in quite a few places.

@schultek, I can open a PR about this, if agreed.

schultek commented 9 months ago

It uses formatting, but on 120 line length currently.