mirror of
https://github.com/localsend/localsend.git
synced 2026-06-22 20:00:07 +00:00
chore: Preserve trailing commas (#2789)
Without this setting the formatter will sometimes remove trailing commas, which makes the diff and the code harder to read.
This commit is contained in:
@@ -17,6 +17,9 @@ analyzer:
|
||||
- lib/**.freezed.dart
|
||||
- submodules/**
|
||||
|
||||
formatter:
|
||||
trailing_commas: preserve
|
||||
|
||||
linter:
|
||||
rules:
|
||||
use_key_in_widget_constructors: false
|
||||
|
||||
Reference in New Issue
Block a user