chore: add editorconfig

This commit is contained in:
yosh 2024-02-24 02:00:04 -05:00
parent bf12b635db
commit d17098e478
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_life = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
tab_width = 4
[**.{c,h}]
max_line_length = 100