diff --git a/.editorconfig b/.editorconfig index 2f3832b6..0605c0e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,10 @@ insert_final_newline = true indent_style = space indent_size = 4 +[meson.build] +indent_style = space +indent_size = 2 + [*.md] trim_trailing_whitespace = false