Merge pull request #38 from dartvader316/editorconfig

Create editorconfig
This commit is contained in:
hufrea 2024-08-06 19:57:52 +03:00 committed by GitHub
commit 30a3b64a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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