Is it possible to completely stop Eclipse from line wrapping XML and HTML files? It is easy to do this i.e. for java files, but I couldn\'t find similar settings for XML and
Yes, the settings for XML formatting are in the IDE-wide preferences tab and apparently they cannot be set on a per-project basis.
I want to point out that what is really annoying is the wrapping of "free text" between elements like in:
That's really an inconvenience when dealing with the pattern format in logback.xml files, for instance.
I just found out that Eclipse won't format that bit if I enclose the text between .
For instance:
Just wanted to share that.