diff --git a/.editorconfig b/.editorconfig index e98007c4e8..67d848b68d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ charset = utf-8 [*.{c,h}] indent_style = space indent_size = 8 + +[meson.build] +indent_style = space +indent_size = 8