vote up 0 vote down star

I am trying to adjust the width of tabs from Window -> Preferences -> General -> Editors -> Text Editors where there is a field for "Display Tab Width". But no matter what I enter there the size of indentations when I start a newline in a Java file is 4. Any ideas?

flag

0% accept rate

4 Answers

vote up 2 vote down

Check your Java->Code Style->Formatter settings, to see whether you're using tabs or spaces; you might be using spaces!

link|flag
vote up 0 vote down

Java files have a special place to edit this setting. You need to go to Window -> Prefs -> Java -> Formatter and edit the profile.

link|flag
vote up 0 vote down

This setting is superseded for Java by the setting from the Code Style Formatter.

It can be found in Java / Code Style / Formatter (click Edit) / Indentation tab / Indentation

link|flag
vote up 0 vote down

It works for me! Thanks.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.