Skip to content

Commit 9764512

Browse files
authored
Merge pull request #1433 from ahoppen/ahoppen/enable-swiftformat-rules
Enable two swift-format rules that are now satisfied
2 parents 4e1a818 + c550c9b commit 9764512

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)