1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 10:12:32 +01:00
rpcs3/.editorconfig

8 lines
115 B
INI
Raw Permalink Normal View History

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