ReSharper 2021.1 Help

HTML - CodeStyle

Quotes

Quote style

Property names:

[resharper_]html_quote_style, [resharper_]quote_style

Possible values:

  • singlequoted: Apostrophe: '

  • single_quoted: Apostrophe: '

  • doublequoted: Quote: "

  • double_quoted: Quote: "

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

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: 08 March 2021