diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-05 18:55:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-05 18:55:10 -0500 |
commit | f4ca7dd228390f030735195357e81e5170bcd474 (patch) | |
tree | 417cb3971dd08fac5cbf23518406d7658dbb7ed3 /.editorconfig | |
parent | c05fdf65cfc8864d5f436e3a42e6e2df144c1db8 (diff) | |
download | SMAPI-f4ca7dd228390f030735195357e81e5170bcd474.tar.gz SMAPI-f4ca7dd228390f030735195357e81e5170bcd474.tar.bz2 SMAPI-f4ca7dd228390f030735195357e81e5170bcd474.zip |
add Windows build process to fix application icon until .NET bug is fixed
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d600d602..2aeaeadd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,6 +22,9 @@ insert_final_newline = false [README.txt] end_of_line=crlf +[*.{command,sh}] +end_of_line=lf + ########## ## C# formatting ## documentation: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference |