update .editorconfig to send LF instead of CRLF

This commit is contained in:
zefie
2021-08-13 01:52:55 -04:00
parent bef2f9e248
commit f68acdbae2
2 changed files with 12 additions and 0 deletions

7
.editorconfig Normal file
View File

@@ -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

View File

@@ -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