How to disable code formatting for some part of the code using comments?

Viewed 122516
5 Answers

In xml files use:

<!-- @formatter:off -->
<!-- @formatter:on -->
Related