In visual Studio aspx editor, i want to stop portion of the code to be formatted on format using ctrl - K ctrl - D .
Problem faced. I am using two validator with text '*', both should be in same place i adjusted using css. But when format the code , this formatting introduce extra space.
If anybody knows the solution for this, please answer for it.
Expectation:
I am expecting a marker tag, to stop alignment.
For example,
<DontChange><asp:....>......</asp:....> </DontChange>
When i give like this content between DontChange tag should not be aligned in Editor on every align.