Spaces:
Configuration error
Configuration error
| set -euo pipefail | |
| ROOT="$(cd "$(dirname "$0")/.." && pwd)" | |
| CONFIG="${ROOT}/.swiftformat" | |
| swiftformat --config "$CONFIG" "$ROOT/Sources" | |
| set -euo pipefail | |
| ROOT="$(cd "$(dirname "$0")/.." && pwd)" | |
| CONFIG="${ROOT}/.swiftformat" | |
| swiftformat --config "$CONFIG" "$ROOT/Sources" | |