From 85389c120d1d1bf32b36bed4735885a83dd66074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lobo=20Metal=C3=BArgico?= <43734867+LoboMetalurgico@users.noreply.github.com> Date: Thu, 1 Jul 2021 03:16:13 -0300 Subject: [PATCH] Create .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f67a50b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Auto detect text files and perform LF normalization +* text=auto eol=lf +*.java text eol=lf +*.md text eol=lf +*.xml text eol=lf +*.yml text eol=lf +*.ini text=auto +*.txt text=auto +*.bat text eol=crlf +*.cmd text eol=crlf +*.dat binary +*.jar binary +*.class binary