Revert "EditorConfig: Workaround MSVC2017 bug."

This reverts commit 1912a948ab.
The bug has been fixed in MSVC2017 15.3.
This commit is contained in:
Akira Miyakoda 2018-01-18 17:47:40 +09:00
parent b6ce6e2e6d
commit a10888cb67

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.