1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 12:31:45 +01:00
rpcs3/.editorconfig

8 lines
119 B
INI
Raw Normal View History

2016-08-12 17:13:25 +03:00
root = true
[*.{h,cpp,hpp}]
2018-09-16 18:18:36 +03:00
charset = utf-8-bom
2016-08-12 17:13:25 +03:00
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true