From c09677cbd12904d41f9a83528334c72422c0d02e Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 11 Aug 2016 14:47:38 -1000 Subject: [PATCH] .gitattributes: Warn about tabs in indentation --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..d23f8351be5082a3c370bb74adc6e8d2aef12bc6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* whitespace=trailing-space,tab-in-indent