Is there any gradle command to format specific file using ktlint? In large projects, formatting with ./gradlew ktlintFormat
makes the PR very large, which makes the review process more difficult
For example:
./gradlew ktlintFormat "specific file"
Is there any gradle command to format specific file using ktlint? In large projects, formatting with ./gradlew ktlintFormat
makes the PR very large, which makes the review process more difficult
For example:
./gradlew ktlintFormat "specific file"