diff --git a/.clang-format-swift.json b/.clang-format-swift.json index 66d5b897..a4b9cf0a 100644 --- a/.clang-format-swift.json +++ b/.clang-format-swift.json @@ -43,7 +43,7 @@ "OrderedImports" : true, "ReturnVoidInsteadOfEmptyTuple" : true, "UseEarlyExits" : false, - "UseLetInEveryBoundCaseVariable" : true, + "UseLetInEveryBoundCaseVariable" : false, "UseShorthandTypeNames" : true, "UseSingleLinePropertyGetter" : true, "UseSynthesizedInitializer" : true,