From 95a8d6043d262d4f11fcf30af7d43cc33d6c9975 Mon Sep 17 00:00:00 2001 From: Brokkonaut Date: Mon, 9 Oct 2023 08:54:12 +0200 Subject: [PATCH] add .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1adafa6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.java text +*.txt text +*.yml text +*.xml text +*.md text +LICENSE text \ No newline at end of file