Search code examples
asp.netvisual-studioload-timeproductivity-power-tools

ASP.NET Productivity Power tools "fix mixed tabs"; which one gives the cleanest HTML?


I have the productivity power tools installed in my Visual Studion 2010 installation. My college frontend developer is working on a mac. When I implement his html in VS, the "fix mixed tabs" component "asks" me "You have mixed tabs and spaces" with two option "tabify" or "untabify".

Which option gives us the cleanest HTML when the website is called from the browser? Is there any difference in client side rendering/downloading time?


Solution

  • I suggest using tabify if you are editing html. c# .net code-wise use untabify as it adhere to the C# coding convention which use spaces as tab