diff --git a/.swift-format b/.swift-format index 3631561..b3145da 100644 --- a/.swift-format +++ b/.swift-format @@ -5,5 +5,6 @@ }, "indentWidth": 4, "maximumBlankLines": 1, - "lineBreakBeforeEachArgument": true + "lineBreakBeforeEachArgument": true, + "trimWhitespace": true }