diff --git a/.editorconfig b/.editorconfig index 13f3f96..8287d24 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ insert_final_newline = true indent_style = space indent_size = 4 tab_width = 4 + +[meson.build] +indent_size = 2 +tab_width = 2