diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-06-18 23:39:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 17:44:41 -0400 |
commit | fb04b67a2b91ce3a3b2b2f160b4266eeea624e67 (patch) | |
tree | 6c2d9f7ebbeaf3064a8a36652f08be17e2fc320b /.editorconfig | |
parent | 125bcbee56bf40cf82abc7fdb502f8cbc18546cf (diff) | |
download | SMAPI-fb04b67a2b91ce3a3b2b2f160b4266eeea624e67.tar.gz SMAPI-fb04b67a2b91ce3a3b2b2f160b4266eeea624e67.tar.bz2 SMAPI-fb04b67a2b91ce3a3b2b2f160b4266eeea624e67.zip |
use same .csproj charset as Visual Studio tools
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index deeff0bc..38f3c261 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,7 @@ charset = utf-8 indent_size = 2 [*.csproj] +charset = utf-8-bom insert_final_newline = false [README.txt] |