quotes

Control the quotes of attribute value.

Possible options:

  • "double": Use double quotes as possible. However if there're double quotes in strings, quotes will be kept as-is.
  • "single": Use single quotes as possible. However if there're single quotes in strings, quotes will be kept as-is.

Default option is "double".

Example for "double"

<div class=""></div>

Example for "single"

<div class=''></div>