Is there any way to have a part of the IntelliJ -not-format page?
I use XHTML and facelets, but this can apply to any page. I am also wondering if this is possible to do in code.
Thanks.
Since IDEA 13 can suppress formatting with
@formatter:off
and reactivate with
@formatter:on
inside comments.
But you need to enable this first in Settings -> Code Style -> General -> Format Management
This seems to be impossible with IntelliJ 9.
Source: https://habr.com/ru/post/1316313/More articles:Unit testing code for Azure - c #Fading issues in Internet Explorer 7 when using jQuery - jqueryPolish characters utf8 dont show right - htmlIf I start again, should I start with Watir-WebDriver? - cross-browserClient side filter YUI Datatable with list selected? - yuiProblems resolving multiple periods in FileName - c #Cocos2d-iphone support for iPhone 4 high res - performanceGetting rid of multiple periods in a file name with RegEx - c #How to specify advanced permissions in a request for authentication JS SDK - facebookMPMoviePlayerController supports iPad formats - ipadAll Articles