File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ linter:
5656 always_use_package_imports : false
5757 prefer_final_locals : false
5858 avoid_escaping_inner_quotes : false
59- curly_braces_in_flow_control_structures : false
6059
6160 # Enabled
61+ curly_braces_in_flow_control_structures : true
6262 use_named_constants : true
6363 unnecessary_constructor_name : true
6464 sort_constructors_first : true
Original file line number Diff line number Diff line change 11// ignore_for_file: avoid_equals_and_hash_code_on_mutable_classes
2+ // ignore_for_file: curly_braces_in_flow_control_structures
23
34import 'dart:collection' ;
45import 'dart:typed_data' ;
Original file line number Diff line number Diff line change 1+ // ignore_for_file: curly_braces_in_flow_control_structures
2+
13import 'dart:collection' ;
24import 'dart:ui' as ui;
35
You can’t perform that action at this time.
0 commit comments