summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-03-25 13:31:40 -0700
committerMatt Turner <mattst88@gmail.com>2022-03-26 17:40:06 +0000
commit324ecde7352e7a129f30b795a1c2d9142600aeea (patch)
tree4538ad030003bc5484c9e9ae485fb41e4c8bf7b7
parentb391192bd391009f9d834ea920fd15c872fbe85b (diff)
editorconfig: add meson
-rw-r--r--.editorconfig4
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
+