I have downloaded a project and it is all using Tab , but I always use Space. There is the option that \"Edit->Advanced->Untabify\" but for then I have to select files one by
Your best bet is to use the Find and Replace in files (ctrl-shift-h). Turn on regular expressions, search for \t and replace with spaces. You can set the file filter to *.cs or whatever file type you need to clean up.