add editorconfig

This commit is contained in:
Ella Stanforth 2021-12-26 13:52:25 +00:00
parent f0e77247b7
commit 4de0af80de
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h,sh}]
indent_style = tab
tab_width = 4