Merge pull request #6152 from bb010g/patch-1

Enforce UTF-8 now that VS handles it sanely
This commit is contained in:
JosJuice 2020-01-08 15:52:26 +01:00 committed by GitHub
commit c484276574
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