From 4902b8674ccc72dd2091cbbfb2f0c144059fed07 Mon Sep 17 00:00:00 2001 From: XinyuHou Date: Wed, 28 Dec 2016 10:49:00 +0000 Subject: [PATCH] Add git attributes to use filter to convert tabs to 4 spaces --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9a7a551a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.txt filter=spacify +*.h filter=spacify +*.hpp filter=spacify +*.cpp filter=spacify +*.m filter=spacify +*.mm filter=spacify +*.fbs filter=spacify +*.qml filter=spacify +*.py filter=spacify \ No newline at end of file