From 19f92cd26ebec8ee5efe9eb4272d3488d68a83b0 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Mon, 15 Aug 2016 13:43:47 +0100 Subject: [PATCH] gitconfig --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 00000000..cb385d88 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[core] + whitespace = trailing-space,space-before-tab + autocrlf = input +[apply] + whitespace = fix \ No newline at end of file