By default eclipse indents with a hard tab character, how do I change it to spaces?
|
3
|
|
|
|
|
|
For the Java editor it's as Brian mentions:
However, for the default text editor:
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. |
||
|
|
|
|
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" |
||
|
|
