Our project has an “Unmanaged profile” and save-time autoformatting. I’d like to be able to modify the settings for this unmanaged profile and be able to check them back in to version control.
Eclipse’s help documents are quite unhelpful (“You are not allowed to change such a profile, only the creator (manager) of the profile can change it.”).
Eclipse should put a .settings folder in your project dir when you have an unmanaged profile. The only way I’ve found to change the settings so far is to go into the .settings folder within the project and hand edit the .prefs files in there.