create .editorconfig

This commit is contained in:
dartvader316 2024-08-06 11:32:48 +03:00
parent 4ca7fab3dd
commit 436e78139d

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
# 4 space indentation
[*.{c,h}]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab