Does anyone have a problem with `Code Style Scheme...
# intellij
z
Does anyone have a problem with
Code Style Scheme
being reseted back to the `default`/`project` setting all the time? Whenever I set my own
Scheme
it works but after a while it’s back to
project
setting… It’s really annoying as it’s breaking my all imports and auto-formatting 😕 I could tackle it down that it’s reverting my changes after doing
sync project with gradle
. It’s happening on AS (since version 4.0 I guess)
a
Sounds like https://youtrack.jetbrains.com/issue/KT-32033. Does it help to remove
kotlin.code.style
option from
gradle.properties
file?
z
Let me try! 👀 This ticket seems to be very old though and it wasn’t happening all the time for me even tho I always had this option set. Is there any plan to fix this issue (as there is no target version for this ticket 😞)?
a
No plans so far. Doesn't look like many people complain about it though.