Is there a solution-wide way to Untabify the whole files

后端 未结 2 1378
执念已碎
执念已碎 2021-02-12 16:30

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

2条回答
  •  甜味超标
    2021-02-12 16:48

    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.

提交回复
热议问题