ReSharper 2017.1 Help

HTML - CodeStyle

Quotes

Quote style

Property names:

[resharper_]html_quote_style, [resharper_]quote_style

Possible values:

  • doublequoted: Quote: "
  • singlequoted: Apostrophe: '

Examples:

doublequoted
singlequoted

Remove attribute quotes where values do not contain spaces

Property names:

[resharper_]html_delete_quotes_from_solid_values, [resharper_]delete_quotes_from_solid_values

Possible values:

true | false

Examples:

true
false

Other

Normalize tag names

Property names:

[resharper_]html_normalize_tag_names, [resharper_]normalize_tag_names

Possible values:

true | false

Examples:

true
<div></div> <br/> <br/> <br/>
false
<diV></diV> <bR/> <BR/> <br/>
Last modified: 12 October 2017