use CRLF line endings in README.txt file for compatibility with more Windows text editors

This commit is contained in:
Jesse Plamondon-Willard 2019-04-23 21:37:59 -04:00
parent e43f01ffce
commit 602c8d75db
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@ indent_size = 2
[*.csproj]
insert_final_newline = false
[README.txt]
end_of_line=crlf
##########
## C# formatting
## documentation: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
# normalise line endings
* text=auto
README.txt text=crlf