diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-03-25 13:31:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-03-26 17:40:06 +0000 |
commit | 324ecde7352e7a129f30b795a1c2d9142600aeea (patch) | |
tree | 4538ad030003bc5484c9e9ae485fb41e4c8bf7b7 | |
parent | b391192bd391009f9d834ea920fd15c872fbe85b (diff) |
editorconfig: add meson
-rw-r--r-- | .editorconfig | 4 |
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 + |