summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-03-27 13:48:00 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-04-15 09:59:34 -0700
commitb73dd2b7a5c2507c8199e2849ddf1b58ae58915a (patch)
tree178c1cd07d62a52fdb34c5c8d33eeb0af97d4b6b
parent41b57e2e7f4744a3390da95548f80ce4e618b6a3 (diff)
editorconfig: Add meson using upstream recommended style
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 5fa2d631..38e82f3e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,3 +10,7 @@ insert_final_newline = true
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = tab
indent_size = 8
+
+[{meson.build,meson_options.txt}]
+indent_style = space
+indent_size = 2