I am currently trying to use ktlint and I want the same style to be followed by all developers so I want to override the AS styles with my own using the **.editorconfig **file but when I run ktlintFormat and then run alt + cmd + L there are new formatting changes. Ideally the .editorconfig should over ride the studio styles but it doesn't seem to be happening.
PS : I have checked the enabled editorconfig support in preference.
Tried adding my .editorconfig file and formatted styles but it is not being honoured and still picking up AS styles on manual formatting while there should be no change when manually formatting.