rpcsx/.editorconfig
Shubh 0cd5220b3c [editorconfig] 'spaces' >> 'space'
'spaces' is not a valid value for indent_style
ref: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#indent_style

Signed-off-by: Shubh <shubhisroking@proton.me>
2024-03-14 23:15:21 +03:00

8 lines
114 B
INI

root = true
[*.{h,cpp,hpp}]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true