Skip to content

Commit

Permalink
remove old formatter page link
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaBelanger committed Nov 22, 2024
1 parent e09fc08 commit b50fba0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/content/effective-dart/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,15 @@ way the compiler does.
Formatting is tedious work and is particularly time-consuming during
refactoring. Fortunately, you don't have to worry about it. We provide a
sophisticated automated code formatter called [`dart format`][] that does it for
you. We have [some documentation][dart format docs] on the rules it applies, but the
official whitespace-handling rules for Dart are *whatever `dart format` produces*.
you. The official whitespace-handling rules for Dart are
*whatever `dart format` produces*. The [formatter FAQ][] can provide more insight
into the style choices it enforces.

The remaining formatting guidelines are for the few things `dart format` cannot fix
for you.
The remaining formatting guidelines are for the few things `dart format` cannot
fix for you.

[`dart format`]: /tools/dart-format
[dart format docs]: {{site.repo.dart.org}}/dart_style/wiki/Formatting-Rules
[formatter FAQ]: {{site.repo.dart.org}}/dart_style/wiki/FAQ

### CONSIDER changing your code to make it more formatter-friendly

Expand Down

0 comments on commit b50fba0

Please sign in to comment.