Add editor config

This commit is contained in:
Amir Husayn Panahifar 2025-06-02 04:55:21 +03:30
parent 9abfbeea42
commit bb1378a87e
Signed by: ahp
GPG key ID: 721B4EFB2B307458

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
[Makefile]
indent_style = tab