In Eclipse we have the option Window->Preferences->Editors->Text Editors->Insert spaces for tabs to convert tab into spaces, but this is not applicable for makefiles.
To implement this for makefiles I am also trying to use InstanceScope.INSTANCE.getNode(). Is this the correct way? If yes, what should I pass as argument for getnode()? If no, please guide with correct way.