Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit087e35f

Browse files
committed
makefile indent
1 parent83c127e commit087e35f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎Makefile

Lines changed: 12 additions & 12 deletions
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
xcodebuildtest\
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)

[8]ページ先頭

©2009-2025 Movatter.jp