From df2e986366639a3bf4851a9ef9441789de1530df Mon Sep 17 00:00:00 2001 From: nai-degen Date: Sun, 8 Oct 2023 18:44:35 -0500 Subject: [PATCH] adds .editorconfig for line endings --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ec4643c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +end_of_line = crlf \ No newline at end of file