Henning B
09/16/2021, 12:11 PM.editorconfig
in the top level of my project with the contents
# Don't autoformat this file, IntelliJ adds forbidden spaces
root=true
[*.{kt,kts}]
disabled_rules=indent,max-line-length
insert_final_newline=true
But indent and max line length is still checked.tapchicoma
09/16/2021, 2:57 PMHenning B
09/17/2021, 9:34 AMdisabledRules.set(setOf("final-newline"))
but still, I wonder why the editorconfig file isnt applied. Is it only relevant for the cli tool?tapchicoma
09/17/2021, 9:37 AM