Add ez-assistant and kerberos service folders
This commit is contained in:
5
docker-compose/ez-assistant/Swabble/scripts/format.sh
Executable file
5
docker-compose/ez-assistant/Swabble/scripts/format.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
CONFIG="${ROOT}/.swiftformat"
|
||||
swiftformat --config "$CONFIG" "$ROOT/Sources"
|
||||
Reference in New Issue
Block a user