empty-tags expression
If the value of expression is 1
(non-zero), empty tags are serialized as a
start-tag/end-tag pair
(<foo></foo>
). This option
affects both ls and save and possibly other
commands. Otherwise, they are compacted into a short-tag
form (<foo/>
). Default value is
0
.
This command is equivalent to setting the
$EMPTY_TAGS
variable.