How to disable vs Show "You havemixed tabs and spaces. Fix this?"
VS2013 version of the solution:
Vs2013 IDE, edit C + + Project source code, when opening the file, you will have mixed tabs and spaces fix this, and then give three options Tabify, Untabify, Don t show Agai N. This is often the problem, especially when you open C + + code written by another editor.
The problem is that when you use the VS2013 IDE default settings, the tabs character is automatically converted to a space, the system needs to be prompted, if you select "Untabily", all the tabs characters will be converted to a space, and then the next time you open it, you are not prompted, if you choose Tabify, The tabs character is retained and you are prompted for the next time you open the file.
Workaround:
Tools (Tools), Options, Productivity Power Tools, Turn Extensions on/off-> fix mixed tabs
Turn it off, and the world will be quiet.
VS2017 version of the solution:
Click the tools---extensions and updates, find the Fixed Mixed Tabs in the plugins section, then uninstall them, and then never see the Annoying tab and space conversion hints.
Reference: https://lonelycoding.com/how-can-i-prevent-the-you-have-mixed-tabs-and-spaces-fix-this-message/
How to disable vs Show "You have mixed tabs and spaces. Fix this? "