I've to maintain some source code files written by another programmer. Part of the requirements is to improve readability.
Currently Tabs are used for indentation and I'm required to change all tabs to be 4 spaces.
My question is, Is there a quick and easy way to convert Tabs into spaces. A shortcut key or something else for any of notepad++ and/or Visual Studio.
(Search and replace is greatly ok but again I'm unable to enter a tab, hitting tab key moves curser to the next input box).