diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index bcee9cfce..bbc2a4908 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,3 +29,7 @@ trim_trailing_whitespace = false indent_style = space indent_size = 2 max_line_length = 0 + +[meson.build] +indent_style = space +indent_size = 2 |