Enforce UTF-8 now that VS handles it sanely

Follow up to #5541. Fixed in 15.3:
https://developercommunity.visualstudio.com/solutions/93089/view.html
This commit is contained in:
Brayden 2017-10-29 20:58:08 -07:00 committed by GitHub
parent 91dac03c45
commit fa1f853c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
root = true
[*]
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true