How to format kotlin files? Ideally with ktlint
#13694
Unanswered
dessalines
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to format kotlin files using my system installed
ktlint
, but the following doesn't seem to work:formatter = { command = 'ktlint', args = ["-F"] }
Has anyone gotten kotlin formatting working?
Beta Was this translation helpful? Give feedback.
All reactions