ReSharper 2018.1 Help

HTML - CodeStyle

Quotes

Quote style

Property names:

[resharper_]html_quote_style, [resharper_]quote_style

Possible values:

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

Examples:

singlequoted
doublequoted

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: 20 August 2018