By default Eclipse indents with a hard tab character. How do I change it to spaces?
|
feedback
|
|
For the Java editor it's as Brian mentions:
However, for the default text editor:
On Eclipse 3.6
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. | |||||||||||||||||||
feedback
|
|
For the default text editor:
For PHP:
For CSS:
For HTML:
For XML:
For Javascript:
For Java:
| |||||||
feedback
|
|
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" | |||
|
feedback
|
|
Check also java formater, since it overwrite "Insert spaces for tabs" settings. Go to "Java->Code Style"->Formatter->Edit->Identation" But beware since you will need to create a custom format to be able to save your configurarion. | |||
|
feedback
|
|
For CDT Window/Preference C/C++ Code Style New (Create a new one because Built in can not be changed) MyProfile (choose one name for the profile) Indentation Tab Policy --> Spaces only Good Luck | ||||
|
feedback
|