[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:
Shubh 2024-03-14 20:24:00 +05:30 committed by Ivan
parent ef526f70a4
commit 0cd5220b3c

View file

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