mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-05 16:05:48 +00:00
Fix .editorconfig encoding
This commit is contained in:
parent
9de31fc5ce
commit
a64beb583b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue