Files
Fluxup_PAP/node_modules/chromium-edge-launcher/scripts/format.sh
2026-03-10 16:18:05 +00:00

6 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
FILES="`find src -type f -name '*.ts'`"
./node_modules/.bin/clang-format -i -style=file $FILES