Reputation: 13551
I am trying to fix a tab/indent issue with Android Studio.
It is not setting the proper spacing (4) on new lines.
I tried setting the tab, indent, and continuation size to 4 but nothing changes.
Even setting crazy values has no effect
Do you know why I cannot get the spacing to be 4 instead of the 2 it's stuck at?
Upvotes: 7
Views: 3758
Reputation: 99
Go to Settings -> Editor -> Code Style and unmark the checkbox "Enable EditorConfig support".
Upvotes: 9