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 2c92ea9 commit 67011b5Copy full SHA for 67011b5
format.sh
@@ -13,4 +13,8 @@
13
##
14
##===----------------------------------------------------------------------===##
15
16
+set -euo pipefail
17
+
18
+cd "$(dirname "${BASH_SOURCE[0]}")"
19
20
git ls-files -z '*.swift' | xargs -0 swift format format --parallel --in-place
lint.sh
git ls-files -z '*.swift' | xargs -0 swift format lint --strict --parallel
0 commit comments