nx/scripts/format.sh
2017-09-01 11:00:33 -04:00

5 lines
111 B
Bash
Executable File

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