Skip to content

Commit

Permalink
[editorconfig] 'spaces' >> 'space'
Browse files Browse the repository at this point in the history
'spaces' is not a valid value for indent_style
ref: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#indent_style

Signed-off-by: Shubh <[email protected]>
  • Loading branch information
shubhisroking authored and Nekotekina committed Mar 14, 2024
1 parent ef526f7 commit 0cd5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0cd5220

Please sign in to comment.