Skip to content

Commit c550c9b

Browse files
committed
Enable two swift-format rules that are now satisfied
I disabled all of those rules to make the introduction of swift-format easiser. Now I went through them again and these rules are satisfied. All the other rules that are disabled have good reasons for being diabled, so I want to keep them disabled. rdar://103919185
1 parent f8681e6 commit c550c9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.swift-format

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"rules": {
1010
"AlwaysUseLowerCamelCase": false,
1111
"AmbiguousTrailingClosureOverload": false,
12-
"DontRepeatTypeInStaticProperties": false,
1312
"NoBlockComments": false,
14-
"Spacing": false,
1513
"UseLetInEveryBoundCaseVariable": false,
1614
"UseSynthesizedInitializer": false
1715
}

0 commit comments

Comments
 (0)