Intellij continuation indent not working as expected
I am programming in Scala and using TAB as my indentation character, but it's not working as expected. In continuation indentation it is using space chars.
Consider the follow snippet

When I type ENTER then . the IDE automatically generates the indentation but it's wrong because it is in spaces not in tabs as wanted

My code style settings

PS: I have tried to active smart tabs
Please sign in to leave a comment.
I've created ticket in BT for following works: https://youtrack.jetbrains.com/issue/SCL-12439
Thank you so much, I will follow it.