net.rpcs3.RPCS3/.editorconfig

12 lines
156 B
INI
Raw Normal View History

2020-07-06 11:05:39 +00:00
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yaml]
indent_size = 2