From 01a74c2ea227b310ba5ab0f223e2748c50396ab9 Mon Sep 17 00:00:00 2001 From: corentinl Date: Mon, 8 Dec 2025 05:57:09 -0800 Subject: [PATCH] git: add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..dfc5bc43d1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +examples/cpp/wt40.txt text eol=lf +examples/cpp/testdata/wt40.txt text eol=lf