Skip to content

Commit

Permalink
Add editorconfig to automatically set text-editor settings
Browse files Browse the repository at this point in the history
Read below for more:
https://editorconfig.org/

Signed-off-by: Björn Bidar <[email protected]>
  • Loading branch information
Thaodan committed Sep 28, 2022
1 parent 1cd2d4f commit 513e94c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true
[*.{c,h}]
indent_style = tab
end_of_line = crlf
charset = utf-8
insert_final_newline = true

0 comments on commit 513e94c

Please sign in to comment.