This you can be controlled from Eclipse preferences.
Eclipse preferences: Java > Code Style > Formatter. Click on "Edit" button, "Off/On Tags", check off "Enable Off/On tags".
How to use in the code:
Eclipse preferences: Java > Code Style > Formatter. Click on "Edit" button, "Off/On Tags", check off "Enable Off/On tags".
How to use in the code:
// @formatter:off
...your code here won't be formatted
// @formatter:on
No comments:
Post a Comment