react-native-get-pixel_edit/node_modules/chrome-launcher/scripts/format.sh
2025-07-09 11:41:52 +09:00

6 lines
117 B
Bash

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