chore: add .editorconfig files for consistent coding styles

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-17 19:59:38 +02:00
parent e147e1eff5
commit a4c5ab7ef3
4 changed files with 56 additions and 0 deletions

13
Drivers/.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab