dart_style
dart_style copied to clipboard
An opinionated formatter/linter for Dart code
Here's the next batch.
I'm migrating regression tests and the tall style produces: ```dart greet( @Rest(valueHelp: 'who', help: 'Name(s) to greet.') List who, { @Group.start(title: 'Output') @Option(help: 'How many !\'s to append.') int enthusiasm:...
Here's the next batch.
Here's the next batch.
Migrate the `regression/0000` directory to the new tall style. Some of the resulting output isn't exactly what I'd hoped for. For now, I've just added TODOs so that we can...
Dart format is moving to a new "tall" style designed to be more readable for the kind of deeply nested declarative code that is common in Flutter (#1253). When users...
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.2 to 1.6.4. Release notes Sourced from dart-lang/setup-dart's releases. v1.6.4 Rebuild JS code to include changes from v1.6.3 v1.6.3 Roll undici dependency to address CVE-2024-30260 and CVE-2024-30261....
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
I recently stumbled upon this piece of code from a colleague of mine and had real problems at first to understand what is going on here:  One reason for...
I am not sure if this is the right repository to discuss this, but I would like to propose a investigation if 80 characters per line should still be the...