mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 07:08:10 +08:00

Adds support for swift-format in the `format` command. For now this is optional, so is only triggered if the flag is explictly passed. In the future, once we have CI support for swift-format, we will likely want to make it on-by-default as with the other formatters. Part of https://github.com/flutter/flutter/issues/41129