Replace only tabs used for indentation
Ctrl + Shift + A
type "To Spaces" > Enter

Replace all tabs
Ctrl + R
check Regex
Enter \t and spaces
Replace all

https://stackoverflow.com/questions/25816516/how-to-replace-all-tab-characters-in-a-file-by-sequences-of-white-spaces-in-inte
网友评论