We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c20de commit bba3567Copy full SHA for bba3567
scripts/fast-format
@@ -29,7 +29,7 @@ echo "==> Found $(echo "$kt_files" | wc -l) Kotlin files:"
29
30
if [[ -n "$kt_files" ]]; then
31
echo "==> will format Kotlin files"
32
- echo "$kt_files" | tr '\n' '\0' | xargs -0 ktfmt --kotlinlang-style "$@"
+ echo "$kt_files" | tr '\n' '\0' | xargs -0 ktfmt-fast-format --kotlinlang-style "$@"
33
else
34
echo "No Kotlin files to format -- expected outcome during incremental formatting"
35
fi
0 commit comments