From 480b47ff46c00538973924e178f9873db39954d5 Mon Sep 17 00:00:00 2001 From: Daniel Casner Date: Wed, 16 Jun 2021 14:12:20 -0700 Subject: [PATCH] Add .editorconfig file so line endings are kept CRLF which matches what's already in the repositor. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f780321 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +end_of_line = crlf