diff --git a/AirbnbSwiftFormatTool/airbnb.swiftformat b/AirbnbSwiftFormatTool/airbnb.swiftformat index f31abae..057125b 100644 --- a/AirbnbSwiftFormatTool/airbnb.swiftformat +++ b/AirbnbSwiftFormatTool/airbnb.swiftformat @@ -1,4 +1,5 @@ # options +--swiftversion 5.6 --self remove # redundantSelf --importgrouping testable-bottom # sortedImports --commas always # trailingCommas @@ -24,7 +25,6 @@ --redundanttype inferred # redundantType --typeblanklines preserve # blankLinesAtStartOfScope, blankLinesAtEndOfScope --emptybraces spaced # emptyBraces ---swiftversion 5.5 # We recommend a max width of 100 but _strictly enforce_ a max width of 130 --maxwidth 130 # wrap @@ -74,4 +74,4 @@ --rules blankLinesAtStartOfScope --rules blankLinesAtEndOfScope --rules emptyBraces ---rules andOperator \ No newline at end of file +--rules andOperator