1
0
mirror of https://github.com/RPCS3/rpcs3 synced 2024-07-08 11:45:54 +00:00
rpcs3/.editorconfig

8 lines
115 B
INI
Raw Normal View History

2016-08-12 14:13:25 +00:00
root = true
[*.{h,cpp,hpp}]
2020-12-05 11:55:00 +00:00
charset = utf-8
2016-08-12 14:13:25 +00:00
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true