From b3604e25387b40e5d4dd39c3747ea45194a26e57 Mon Sep 17 00:00:00 2001 From: cgandeg Date: Mon, 16 Feb 2026 13:43:50 -0600 Subject: [PATCH] Generated files --- .editorconfig | 4 ++++ .gitattributes | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf