From 04fd4a7d03fe88a44807ca62b3697dfe5864b56c Mon Sep 17 00:00:00 2001 From: Avamander Date: Sat, 30 Jan 2021 18:48:06 +0200 Subject: [PATCH] Create .gitconfig --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 00000000..b2274475 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[core] + whitespace = blank-at-eol,blank-at-eof,space-before-tab + autocrlf = input +[apply] + whitespace = fix