diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-23 21:37:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:29:54 -0400 |
commit | 602c8d75db0a0648c9fc4eb518094015fe9712ab (patch) | |
tree | d8fa40bb1f522477f64ae6e024db7850176a320e /.editorconfig | |
parent | e43f01ffce7238d40d275c47615c24b9134b4954 (diff) | |
download | SMAPI-602c8d75db0a0648c9fc4eb518094015fe9712ab.tar.gz SMAPI-602c8d75db0a0648c9fc4eb518094015fe9712ab.tar.bz2 SMAPI-602c8d75db0a0648c9fc4eb518094015fe9712ab.zip |
use CRLF line endings in README.txt file for compatibility with more Windows text editors
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 5bfc44bd..e1b7100f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |