From 01d5f70ad0bda9dc238a686ac09b8e339f32c025 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 1 Jan 2026 07:49:06 +0100 Subject: [PATCH] add melos format script --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index db3d6b35..27b98895 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,3 +62,6 @@ melos: done packageFilters: dirExists: 'pigeons' + format: + description: Format all Dart files in the workspace + exec: dart format .