Skip to content

Commit

Permalink
chore: Configure editorconfig for lua and c++ files
Browse files Browse the repository at this point in the history
We use tabs instead of spaces everywhere.

This should assist developers writing code in convention.
  • Loading branch information
badosu authored and lhog committed Jan 24, 2025
1 parent 5ad31c3 commit 69c2907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
root=true

[*.cpp,*.h,*.lua]
indent_style = tab

0 comments on commit 69c2907

Please sign in to comment.