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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spotless is just calling out into ktlint, you'll have to look at their docs
https://github.com/pinterest/ktlint