summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-01-31 20:31:53 +0100
committerGitHub <noreply@github.com>2021-01-31 20:31:53 +0100
commit79a33bce6323d3cbcd5acf653d0a74d26c318df4 (patch)
treef2108c6fb48104b7d5f1bf819a26905c3c5caee2
parent501025519327494bb9c11d3cac1f3cd4bef14086 (diff)
parent04fd4a7d03fe88a44807ca62b3697dfe5864b56c (diff)
Merge pull request #191 from Avamander/patch-3
Create .gitconfig
-rw-r--r--.gitconfig5
1 files changed, 5 insertions, 0 deletions
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