We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daf6d6 commit cafe1f1Copy full SHA for cafe1f1
.githooks/pre-push
@@ -13,7 +13,7 @@ else
13
fi
14
15
# 포맷팅 결과 ,
16
-RESULT=$($FORMAT ./IOS08Shook --config .swiftformat)
+RESULT=$($FORMAT ./Projects--config .swiftformat)
17
18
if [ "$RESULT" == '' ]; then
19
git add .
.swiftformat
@@ -6,6 +6,7 @@
6
--exclude /Tuist
7
8
# rules
9
+--disable trailingCommas
10
--enable blockComments
11
--enable markTypes
12
--enable noExplicitOwnership
0 commit comments