On Wed Sean Owen <[email protected]> wrote: > Oh I'm sure Eclipse can be taught to use 2-space indents. There are > some config files checked in under eclipse/. I don't know the exact > settings myself but others here may.
If I understood Sebastian correctly, his problem is that Eclipse deletes trailing spaces in files he edits as soon as he saves the file. According to what is checked-in under "eclipse" this behaviour seems intentional: As soon as a Mahout eclipse project is generated via Maven code formatting rules are added as well. These also contain an entry that tells eclipse to delete trailing spaces when saving files. If I did not mis-read the eclipse module those rules are stored under eclipse/MahoutCleanUp.xml Isabel
