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 Mar 27, 2024. It is now read-only.
The Commands API code should be formatted using the standard Eclipse Formatter to match the expectations of the project. Right now most of the block statements have poorly formatted closing/secondary clauses, and there is substantial white space and misalignment.
The Eclipse Formatter can be used on a per file basis, or through the right-click menu and Refactor submenu on the whole project.
The Commands API code should be formatted using the standard Eclipse Formatter to match the expectations of the project. Right now most of the block statements have poorly formatted closing/secondary clauses, and there is substantial white space and misalignment.
The Eclipse Formatter can be used on a per file basis, or through the right-click menu and Refactor submenu on the whole project.
This supports #384.