You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Eclipse formatting rules should be provided for consistent source code formatting
Feature request
Expected Behavior - What where you expecting to happen?
There should be a file formatting_rules.xml (or similar) that can be imported into Eclipse.
It should contain formatting rules that are mandatory for the project.
Current Behavior - What happens?
Since default formatting in Eclipse is different from the current source formatting, if a reformatting of source code is done in Eclipse the resulting formatting is different. That leads to confusing diffs that hide the real changes.
Possible Solution
Provide a settings file with mandatory formatting rules.