Skip to content

Commit

Permalink
editorconfig: use spaces for indentation rather than spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Eiling <[email protected]>
  • Loading branch information
n-eiling authored May 17, 2024
1 parent fb92de1 commit 23c478f
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 @@ -11,7 +11,7 @@ charset = utf-8
trim_trailing_whitespace=true

[**.{c,cpp,h,hpp}]
indent_style = tab
indent_style = space
indent_size = 2

[**.{py}]
Expand Down

0 comments on commit 23c478f

Please sign in to comment.