diff --git a/.swift-format b/.swift-format index fb286ae8..26b3f51c 100644 --- a/.swift-format +++ b/.swift-format @@ -29,7 +29,7 @@ "NeverForceUnwrap" : false, "NeverUseForceTry" : false, "NeverUseImplicitlyUnwrappedOptionals" : false, - "NoAccessLevelOnExtensionDeclaration" : false, + "NoAccessLevelOnExtensionDeclaration" : true, "NoAssignmentInExpressions" : true, "NoBlockComments" : true, "NoCasesWithOnlyFallthrough" : true, @@ -53,6 +53,6 @@ "ValidateDocumentationComments" : false }, "spacesAroundRangeFormationOperators" : false, - "tabWidth" : 8, + "tabWidth" : 4, "version" : 1 } \ No newline at end of file