From a5e1f40b85faff802b8471c25ba9eb6f51e98ed5 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 28 Apr 2012 16:40:03 -0400 Subject: [PATCH] gitattributes for whitespace --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e5ea3b1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +#dissalow trailing whitespace +*.c whitespace=-trailing-space +*.h whitespace=-trailing-space -- 2.39.2