Fix .editorconfig encoding

This commit is contained in:
Nekotekina 2018-09-16 18:18:36 +03:00
parent 9de31fc5ce
commit a64beb583b

View file

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