What is editorconfigOverride "android" to "true"? #2077
-
Sometimes I see this gradle configuration. ktlint(ktlintVersion).editorConfigOverride(
mapOf(
"android" to "true",
),
) |
Beta Was this translation helpful? Give feedback.
Answered by
nedtwigg
Apr 2, 2024
Replies: 1 comment 1 reply
-
Spotless is just calling out into ktlint, you'll have to look at their docs |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jaehwa-Noh
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Spotless is just calling out into ktlint, you'll have to look at their docs
https://github.com/pinterest/ktlint