Skip to content

Commit

Permalink
editorconfig: set C++ indentation size to two (#295)
Browse files Browse the repository at this point in the history
At some point the indentation size changed to two, but the editorconfig
still shows four. This fixes that.
We also seem to now use spaces rather than tabs.
  • Loading branch information
m-mirz committed May 17, 2024
2 parents f07066a + 23c478f commit 3f0195d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ charset = utf-8
trim_trailing_whitespace=true

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

[**.{py}]
indent_style = space
Expand Down

0 comments on commit 3f0195d

Please sign in to comment.