Skip to content

Commit

Permalink
Merge pull request #103 from pks-t/pks-editorconfig
Browse files Browse the repository at this point in the history
Add editorconfig configuratation
  • Loading branch information
ethomson authored Sep 20, 2024
2 parents 9007d48 + cf19fb1 commit 67e689a
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 67e689a

Please sign in to comment.