summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-09-30 08:47:24 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-09 13:40:50 -0700
commite5866af123ac13bcd8ac79989d711441952d8056 (patch)
tree87221a42742dd392306b929a7d71da8ce449f728
parent148604fe758717c4668073c6a70f2c8467aea208 (diff)
editorconfig: Add meson configuration
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 6eb0702a25a..06848f68c08 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -33,3 +33,7 @@ indent_size = 2
[*.patch]
trim_trailing_whitespace = false
+
+[meson.build,meson_options.txt]
+indent_style = space
+indent_size = 2