Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-diff: complain about >=8 consecutive spaces in initial indent
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index a6e5988f0778803f11de7b7b440e15f75372d6de..3f4282795e4bffd9e9c07a692155995435a14044 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-608,6
+608,7
@@
void shift_tree(const unsigned char *, const unsigned char *, unsigned char *, i
*/
#define WS_TRAILING_SPACE 01
#define WS_SPACE_BEFORE_TAB 02
+#define WS_INDENT_WITH_NON_TAB 04
#define WS_DEFAULT_RULE (WS_TRAILING_SPACE|WS_SPACE_BEFORE_TAB)
extern unsigned whitespace_rule;