melbot / Swabble /scripts /format.sh
amos-fernandes's picture
Upload 4501 files
3a65265 verified
#!/bin/bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
CONFIG="${ROOT}/.swiftformat"
swiftformat --config "$CONFIG" "$ROOT/Sources"