From 9cc5420447bb760d17e80800ba151c76b79d5e95 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 19 Mar 2011 11:59:07 +0200 Subject: [PATCH] adding whitespace rules to gitattributes. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6f3d9c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* whitespace=!indent,trail,space +*.[ch] whitespace=!indent,tab,trail,space,tabwidth=4 +*.sh whitespace=!indent,tab,trail,space,tabwidth=4