Skip to content

Commit 97c4e42

Browse files
committed
makefile indent
1 parent 44997e6 commit 97c4e42

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: Makefile

+12-12
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ SCHEME := "Coder Desktop"
1111

1212
fmt:
1313
swiftformat \
14-
--exclude '**.pb.swift' \
15-
$(FMTFLAGS) .
14+
--exclude '**.pb.swift' \
15+
$(FMTFLAGS) .
1616

1717
test:
1818
xcodebuild test \
19-
-project $(PROJECT) \
20-
-scheme $(SCHEME) \
21-
-testPlan $(SCHEME) \
22-
-skipPackagePluginValidation \
23-
CODE_SIGNING_REQUIRED=NO \
24-
CODE_SIGNING_ALLOWED=NO \
25-
| LC_ALL="en_US.UTF-8" xcpretty
19+
-project $(PROJECT) \
20+
-scheme $(SCHEME) \
21+
-testPlan $(SCHEME) \
22+
-skipPackagePluginValidation \
23+
CODE_SIGNING_REQUIRED=NO \
24+
CODE_SIGNING_ALLOWED=NO \
25+
| LC_ALL="en_US.UTF-8" xcpretty
2626

2727
lint:
2828
swiftlint \
29-
--strict \
30-
--quiet $(LINTFLAGS)
29+
--strict \
30+
--quiet $(LINTFLAGS)
3131

3232
clean:
3333
xcodebuild clean \
34-
-project $(PROJECT)
34+
-project $(PROJECT)
3535

3636
proto:
3737
protoc --swift_out=. 'Coder Desktop/Proto/vpn.proto'

0 commit comments

Comments
 (0)