Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 VS2010 中按STRG K+ D,代码(例如 HTML、ASPX)将被格式化,空行将被删除。
如果我在 VS2012 中使用此快捷方式,则不会删除空行。有没有办法做到这一点?
我使用以下组合在 VS2012 中自动格式化我的代码的缩进。
Ctrl+A选择要格式化的文件中的所有代码。或者您可以只选择一段代码。
Ctrl+ K,然后Ctrl+F 将使用适当的缩进格式化代码。
虽然没有删除空行。