When I click on properties of a project, and add something to the java build path (say a library jar), Eclipse adds an entry to the .classpath file, but puts tab chars in the file.
We use spaces and not tabs in all such files. Is there a way to make Eclipse insert spaces instead when doing this?
Note that I have “insert spaces instead of tabs” in all my editor settings in Eclipse.
Thanks.