From 01e8dbf74068362d769604df9e87d17c0c190f27 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 27 May 2013 14:44:20 +0200 Subject: Add whitespace settings to .gitattributes and add commit hook script. Run "bash scripts/gitsetup.sh" to set up the hooks after cloning. --- .gitattributes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 3149f93d..10605e3d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,13 @@ -* text=auto +# Macros: +[attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4 +[attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent + +# Files: +* text=auto +Make* tabs +*.mk tabs +*.[ch] tabs +*.java tabs +*.xml tabs +memento.* spaces +*.vcxproj* spaces -- cgit v1.2.3