Questions tagged [ktfmt]

Use this tag for questions about ktfmt, a Kotlin source code reformatter based on google-java-format.

2 questions
1
vote
0 answers

How can I enforce my code conventions on line breaks in Kotlin?

Is there any formatting options available in either ktlint, ktfmt, diktat, prettier or other linter that can help me achieve this (see below)? This is the format that I desire (rewritten for this purpose, focus on formatting - not the logic): fun…
Alix
  • 2,630
  • 30
  • 72
0
votes
1 answer

How can I use ktfmtFormat to format project's existing kotlin files?

My project files have different formatting of kotlin and I want to use ktfmtFormat gradle plugin on Android Studio on windows. What is a command-line script to apply the formatting to all kotlin files?
Kaleab Woldemariam
  • 2,567
  • 4
  • 22
  • 43