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 makefile
s.
To implement this for makefile
s 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.