-
Notifications
You must be signed in to change notification settings - Fork 1
Code Formatting
Dimitar Garkov edited this page Mar 1, 2021
·
1 revision
VANTED source code is formatted using a specific formatter, this can be found in the root directory of the vanted repository under the name of save_action_format.xml. To set up the formatter, perform the following steps in Eclipse:
- Tick "Perform the selected actions on save".
- Tick "Format source code".
- Select "Format all lines".
- Click "Formatter".
- Lastly, import the file save_action_format.xml and make sure the profile VANTED_SAVE_ACTION_FORMAT in "Formatter" is activated.
- Select the package in the Package Explorer.
- Source → Format.