Files
stainless-app[bot] aaf7737713 initial commit
2025-10-30 20:23:03 +00:00

8 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
find . -name "*.kt" -not -path "./buildSrc/build/*" -print0 | xargs -0 -r ktfmt --kotlinlang-style "$@"