Skip to content

Commit

Permalink
Don't set charset in .editorconfig to work around VS2017 bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Mar 23, 2017
1 parent 9431db2 commit 6180cc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
root = true

[*]
charset = utf-8
# Visual Studio 2017 does this wrong
# https://developercommunity.visualstudio.com/content/problem/22922/editorconfig-support-interprets-charset-utf-8-as-u.html
# charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
Expand Down

0 comments on commit 6180cc9

Please sign in to comment.