Add .clang-format and .editorconfig

This commit is contained in:
2022-05-29 00:47:46 +02:00
committed by jazzpi
parent b28ff29f45
commit ec9fa4bb0f
16 changed files with 697 additions and 536 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{h,c}]
indent_style = space
indent_size = 2