From 54c2a13447914664fc78e1ab19ea717630873998 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 12 Jun 2026 13:21:58 +0200 Subject: Initial commit --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a751d09 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.c diff=cpp eol=lf +*.h diff=cpp eol=lf +*.md diff=markdown eol=lf -- cgit v1.3.1