From 5abc898b3784f72b50bf17c7295c348eea6402c8 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 19 Nov 2024 17:19:26 +0800 Subject: [PATCH] add gitattribute file to set suffix file attribute --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bc0c0b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto +*.sh eol=lf +*.md eol=lf +*.yaml eol=lf +*.yml eol=lf +*.sql eol=lf +*.txt eol=lf +*.conf eol=lf +*.xml eol=lf