Aggressor
Aggressor

Reputation: 13551

Android Studio Tab/Indent Space Settings Are Not Working (Stuck at 2 space indent)

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.

enter image description here

Even setting crazy values has no effect

enter image description here

Do you know why I cannot get the spacing to be 4 instead of the 2 it's stuck at?

Upvotes: 7

Views: 3758

Answers (1)

Fabio Benigno
Fabio Benigno

Reputation: 99

Go to Settings -> Editor -> Code Style and unmark the checkbox "Enable EditorConfig support".

enter image description here

Upvotes: 9

Related Questions