diff options
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 2a2b05e..8f15786 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[{meson.build, meson_options.txt}] +indent_size = 2 +indent_style = space + |