Merge pull request #10541 from AkiraMiyakoda/revert-msvc-workaround

Revert "EditorConfig: Workaround MSVC2017 bug."
This commit is contained in:
Unknown W. Brackets 2018-01-18 18:28:48 -08:00 committed by GitHub
commit 3aca9e3ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,7 @@
root = true
[*]
# 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
charset = utf-8
indent_style = tab
insert_final_newline = true
# Would be nice, but don't want to change files unnecessarily.