Skip to content

Commit e1d507c

Browse files
authored
Merge pull request #11 from mono0926/feature/mono/10-preserve-trailing-commas
Preserve trailing commas
2 parents 92a8b8b + b749ad5 commit e1d507c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.32.0
2+
3+
- Preserve trailing commas (#10)
4+
15
## 1.31.0
26

37
- Change minimum Dart version to ^3.8.0 🎯

lib/analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ analyzer:
77
strict-casts: true
88
strict-inference: true
99
strict-raw-types: true
10+
formatter:
11+
trailing_commas: preserve
1012
linter:
1113
rules:
1214
- always_declare_return_types

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pedantic_mono
22
description: '[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.'
3-
version: 1.31.0
3+
version: 1.32.0
44
repository: https://github.com/mono0926/pedantic_mono
55
funding:
66
- https://github.com/sponsors/mono0926

0 commit comments

Comments
 (0)