How can I find places where tabs are used in a commit range?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-09T19:08:09Z
Indexed on
2010/05/09
19:18 UTC
Read the original article
Hit count: 139
I am contributing code to an open source project which requires that no tabs exist in source code(only spaces). I am sure I have used tabs accidentally in some places, and want to clean up my code before I submit a patch. How can I find uses of tabs in a commit range?
© Stack Overflow or respective owner