mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 11:29:48 +00:00
[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>
This commit is contained in:
parent
ef526f70a4
commit
0cd5220b3c
@ -2,6 +2,6 @@ root = true
|
|||||||
|
|
||||||
[*.{h,cpp,hpp}]
|
[*.{h,cpp,hpp}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = spaces
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user