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 7d5465e..3c3e7cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ indent_size = 4 tab_width = 4 end_of_line = lf trim_trailing_whitespace = true + +[meson.build] +indent_size = 2 +tab_width = 2 |