Skip to content

Commit 8285818

Browse files
committed
chore: add rule to preserve trailing commas (issue #209)
1 parent 2b11b2f commit 8285818

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,6 @@ linter:
288288
- use_test_throws_matchers
289289
- valid_regexps
290290
- void_checks
291+
292+
formatter:
293+
trailing_commas: preserve

0 commit comments

Comments
 (0)