Reputation: 37
When I add a space for the same code line it has 9 spaces, is there a way to change this? The first image is how I have it and the second is how I want.
Upvotes: 1
Views: 78
Reputation: 5261
In Settings > Editor > Code Style > Java:
Under Tabs and Indents you can change your desired indentations.
I think the 'Use indents relative to expression start' option might do what you are looking for, I am not sure.
Upvotes: 1