.editorconfig

This commit is contained in:
2022-12-16 16:45:17 +03:00
parent cb944b62e4
commit b20068165f

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
root = true
[*.{h,c,cpp}]
charset = utf-8
indent_style = tab
tab_width = 4