SwiftFormat v0.44.17 Release Notes
Release Date: 2020-07-12 // about 5 years ago-
- The
wrapArguments
rule now keeps internal and external parameter labels on the same line - Multiline string literals are now indented more consistently
- 🛠 Fixed infinite recursion bug in the
redundantSelf
rule - 🛠 Fixed duplicate file path logging in
--verbose
mode - Indented braces are now always balanced
- ➕ Add
--stdinpath
option, allowing git pre-commit hook to support file header info - ⚡️ Updated instructions for git pre-commit hook (again)
- ➕ Added inference for
--noSpaceOperators
option
- The