diff --git a/.editorconfig b/.editorconfig index 6eb0702a25a0c..06848f68c08bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,3 +33,7 @@ indent_size = 2 [*.patch] trim_trailing_whitespace = false + +[meson.build,meson_options.txt] +indent_style = space +indent_size = 2