diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 973cb4fe..3fa759e9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,8 @@ end_of_line = lf indent_style = space indent_size = 4 end_of_line = lf + +[{meson.build,meson_options.txt}] +indent_size = 2 +indent_style = space +insert_final_newline = true |