From ba23208a7a2878cfc42ad7b2e9f43034222801c4 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 23 Jul 2025 21:22:41 +0800 Subject: [PATCH] chore: add config file for CRLF to LF change --- .git-blame-ignore-revs | 3 +++ .gitattributes | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .git-blame-ignore-revs create mode 100644 .gitattributes diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..cfa377b --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,3 @@ +# .git-blame-ignore-revs +# CR LF to LF +ed5a6023326fd2ab420ded76976501be33e0b389 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..01b0109 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.txt text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.ui text eol=lf +*.qml text eol=lf