You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -495,15 +495,15 @@ as shown in the examples above.
495
495
496
496
## Component Formatting
497
497
> __A note on dart_style:__
498
-
>
498
+
>
499
499
> Currently, [dart_style (dartfmt)](https://github.com/dart-lang/dart_style) decreases the readability of components
500
500
> built using [OverReact's fluent-style](#fluent-style-component-consumption).
501
501
> See https://github.com/dart-lang/dart_style/issues/549 for more info.
502
-
>
502
+
>
503
503
> We're exploring some different ideas to improve automated formatting, but for the time being, we __do not recommend__ using dart_style with OverReact.
504
-
>
504
+
>
505
505
> However, if you do choose to use dart_style, you can greatly improve its output by using trailing commas in children argument lists:
0 commit comments