mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 03:19:47 +00:00
0cd5220b3c
'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>
8 lines
114 B
INI
8 lines
114 B
INI
root = true
|
|
|
|
[*.{h,cpp,hpp}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|