Skip to content

Commit

Permalink
Add .editorconfig so github uses the correct tab size (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Nov 2, 2024
1 parent 4a85dbc commit 2eba9d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_size = 4
end_of_line = lf

[*.{c,h,cxx,am,m4}]
indent_style = tab

[*.{py}]
indent_style = space

0 comments on commit 2eba9d9

Please sign in to comment.