diff --git a/.editorconfig b/.editorconfig index 74abe869..b757fc37 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,5 @@ -indent_style = tab -indent_size = 4 +root = true + +[*.{c,h}] +indent_size = 4 +indent_style = space