summary refs log tree commit diff stats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
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