I would like to keep all my C/C++ code files using space for indentation. There are existing source files, most of them are with space indentation, but some lines are with tab character.
I would like to globally search all the tab characters in all .h/.hpp/.c/.cpp files, replace them with space.How can I do that?
I've tried use ^t but not working.
For example, line 79 and 80 starts with tab character, should be replace with space:

But if search globally, these lines are not found, but found other lines:

Seems I asked an silly question.. I just forgot to click "use regular expression". After choosing that, it finds what I want.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With