Skip to content

Commit

Permalink
Add editorconfig configuratation
Browse files Browse the repository at this point in the history
Add editorconfig configuration such that many editors will know about
our coding style.
  • Loading branch information
pks-t committed Sep 19, 2024
1 parent 94461c1 commit 249ac90
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
insert_final_newline = true

[*.{c,h}]
indent_style = tab
tab_width = 8

[CMakeLists.txt]
indent_style = tab
tab_width = 8

0 comments on commit 249ac90

Please sign in to comment.