vote up 2 vote down star
3

By default eclipse indents with a hard tab character, how do I change it to spaces?

flag

75% accept rate

2 Answers

vote up 7 vote down check

For the Java editor it's as Brian mentions:

Window->Preferences->Java->Code Style->Formatter->Edit->Indentation = "Spaces Only"

However, for the default text editor:

Window->Preferences->Editors->Text Editors->Insert spaces for tabs

Note that the default text editor is used as the basis for many non-Java editors in Eclipse. It's astonishing that this setting wasn't available until 3.3.

link|flag
vote up 3 vote down

From here: http://blog.dotkam.com/2007/03/21/changing-tabs-to-spaces-in-eclipse/

Window->Preferences->Java->Code Style->Formatter->Edit->Indentation = "Spaces Only"

link|flag

Your Answer

Get an OpenID
or

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