From f68acdbae2ca17741f2794d5247cff526a76e95c Mon Sep 17 00:00:00 2001 From: zefie Date: Fri, 13 Aug 2021 01:52:55 -0400 Subject: [PATCH] update .editorconfig to send LF instead of CRLF --- .editorconfig | 7 +++++++ zefie_wtvp_minisrv.sln | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..378ef871 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# Rules in this file were initially inferred by Visual Studio IntelliCode from the C:\Users\zefie\source\repos\zefie_wtvp_minisrv codebase based on best match to current usage at 8/13/2021 +# You can modify the rules from these initially generated values to suit your own policies +# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference +root = true + +[*] +end_of_line = lf diff --git a/zefie_wtvp_minisrv.sln b/zefie_wtvp_minisrv.sln index 013f2d4a..a7cf3af1 100644 --- a/zefie_wtvp_minisrv.sln +++ b/zefie_wtvp_minisrv.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 16.0.31424.327 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "zefie_wtvp_minisrv", "zefie_wtvp_minisrv\zefie_wtvp_minisrv.njsproj", "{31B77D0C-F03D-43A7-BF7F-FAD7174728BF}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43F45808-5970-4BB5-8226-A7E4540BA531}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU