set writenobreakattag
set writenobreakattag= { on | off | default}
This option determines whether line breaks are inserted at element boundaries or before the element close character (>) when writing and saving XML documents.
This option has a global scope. The settings are:
• on — Breaks will not be inserted at element boundaries and before element close characters (>).
• off — (The default.) Breaks may be inserted at element boundaries and before element close characters (>).
Related Topics