I am seeing in org.jlleitschuh.gradle.ktlint v11.3.2 then in my gradle file I have
Copy code
ktlint {
version.set("0.48.2")
. . .
}
That .additionalEditorconfigFile is not valid anymore.
Is the .editorconfig file obsolete now? And I can delete it out of my repo?
What is the alternative?
The docs here don't seem to be updated. Still using additionalEditorconfigFile.
s
Sha Sha Chu
05/26/2023, 4:31 PM
the additionalEditorConfig is i believe an editor config other than the root one in your project
Sha Sha Chu
05/26/2023, 4:31 PM
if you still have settings in the root editorConfig that is still supported
t
Tara Czutno
05/26/2023, 10:12 PM
Thanks for the info. I inherited this project and now I see it could have been set up better.