summaryrefslogtreecommitdiff
path: root/src/.editorconfig
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-08 12:31:22 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-08 12:31:22 -0400
commitd74463092d1fa22157f6ae678a53125f50206653 (patch)
tree4adb841edf19ccc9f9545d69996a53de8dc929c9 /src/.editorconfig
parentd426d724984704ec43bb3a264bf15fd81fb28d77 (diff)
downloadSMAPI-d74463092d1fa22157f6ae678a53125f50206653.tar.gz
SMAPI-d74463092d1fa22157f6ae678a53125f50206653.tar.bz2
SMAPI-d74463092d1fa22157f6ae678a53125f50206653.zip
standardise file encoding
Diffstat (limited to 'src/.editorconfig')
-rw-r--r--src/.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.editorconfig b/src/.editorconfig
index 132fe6cb..4271803d 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -10,6 +10,7 @@ indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
+charset = utf-8
[*.json]
indent_size = 2