Skip to content

Commit

Permalink
EditorConfig: Workaround MSVC2017 bug.
Browse files Browse the repository at this point in the history
Let's just comment out for now.  Thanks to LunaMoo for investigating.
unknownbrackets committed Apr 15, 2017
1 parent 960ffd2 commit 1912a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -2,7 +2,10 @@
root = true

[*]
charset = utf-8
# Temporarily disabled because MSVC2017 misinterprets as utf-8-bom.
# TODO: Reinstate once fixed build is released:
# https://developercommunity.visualstudio.com/content/problem/22922/editorconfig-support-interprets-charset-utf-8-as-u.html
#charset = utf-8
indent_style = tab
insert_final_newline = true
# Would be nice, but don't want to change files unnecessarily.

0 comments on commit 1912a94

Please sign in to comment.