We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da788af commit cd82f98Copy full SHA for cd82f98
1 file changed
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