Set default to utf-8 for MSVC

This commit is contained in:
RipleyTom 2020-12-05 12:55:00 +01:00 committed by Ivan
parent d1e7837422
commit 7b694ebeb4
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
root = true
[*.{h,cpp,hpp}]
charset = utf-8-bom
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true