Skip to content

Commit

Permalink
Merge pull request #1381 from techee/editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig so github uses the correct tab size (4)
  • Loading branch information
techee authored Nov 3, 2024
2 parents 02900e5 + 2eba9d9 commit 63750a5
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 63750a5

Please sign in to comment.