J
Jon Paal
I am trying to reformat tags like the the "<asp:label" tag as a test using the settings of line breaks of :
"before opening, within and after closing"
but it doesn't result in attributes on new lines.
do you know which combination of settings will produce line breaks on attributes so code will look like below after formatting ?
<asp:Label
id="lblProductName"
Text="Product Name:"
AssociatedControlID="txtProductName"
Runat="server" />
"before opening, within and after closing"
but it doesn't result in attributes on new lines.
do you know which combination of settings will produce line breaks on attributes so code will look like below after formatting ?
<asp:Label
id="lblProductName"
Text="Product Name:"
AssociatedControlID="txtProductName"
Runat="server" />