Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Howto prevent eclipse from line wrapping in XML and HTML files?

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 HTML files.

like image 404
c0d3x Avatar asked Sep 11 '25 13:09

c0d3x


1 Answers

Preferences > XML > XML Files > Editor, and set line-width there (Do accordingly for HTML, under Web > HTML files)

like image 156
Bozho Avatar answered Sep 13 '25 04:09

Bozho