Added editorconfig

This commit is contained in:
Edward R. Gonzalez 2023-03-05 20:58:33 -05:00
parent 9be706b28d
commit 356d8076a5

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
[*.md]
indent_style = tab
indent_size = 4
[*.c]
indent_style = tab
indent_size = 4
[*.cpp]
indent_style = tab
indent_size = 4