Skip to content

Commit

Permalink
Fix .editorconfig encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Sep 17, 2018
1 parent 9de31fc commit a64beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
@@ -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

0 comments on commit a64beb5

Please sign in to comment.