editorconfig: set indent_size for C/C++ files

This commit is contained in:
Stéphane Lepin 2021-01-20 00:28:50 +01:00
parent bc3b09dce4
commit 492e9d8df7

View File

@ -3,6 +3,7 @@ insert_final_newline = true
[*.{c,cpp,h,hpp}]
indent_style = tab
indent_size = 4
[*.{yml,yaml}]
indent_style = space