There was an error while loading. Please reload this page.
.clang-format
1 parent 8625be2 commit 145818aCopy full SHA for 145818a
1 file changed
on-build/Sources/on-build/Steps/Formatting.swift
@@ -72,12 +72,8 @@ struct Formatting: Step {
72
# \
73
===------------------------------------------------------------------------===
74
75
- find . -path "*/.build" -prune \
76
- -o -path "external" -prune -o \
77
- -name '*.[c|cpp|cxx|hpp]' \
78
- -print -type \
79
- f -exec clang-format \
80
- --style=Chromium -i {} +;
+ find . -path "*/.build" -prune -o -path "external" -prune -o -name \
+ '*.[c|cpp|cxx|hpp]' -print -type f -exec clang-format -i {} +;
81
swift-format -p -r -i \(projectURL.path())
82
swift-format lint -p -r -s \(projectURL.path())
83
git add .
0 commit comments