From 80c1abd5fe5164ddfcaf5093d173f8e8ef8a1877 Mon Sep 17 00:00:00 2001 From: Tim Young Date: Mon, 3 Jun 2024 15:41:16 -0700 Subject: [PATCH] Trying to add a .editorconfig file for the Visual Studio editor. Visual Studio keeps messing up the crlf. Since I will mainly host this from a Linux server, I want it to be just lf. --- Web/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Web/.editorconfig diff --git a/Web/.editorconfig b/Web/.editorconfig new file mode 100644 index 0000000..53cd1bd --- /dev/null +++ b/Web/.editorconfig @@ -0,0 +1,4 @@ + +root = true +[*] +end_of_line = lf