nx/scripts/format.sh
2017-09-09 17:24:06 -04:00

5 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
find packages/ -iname "*.ts" | xargs clang-format -i
find e2e/ -iname "*.ts" | xargs clang-format -i