editorconfig: Add meson configuration
authorDylan Baker <dylan@pnwbakers.com>
Sat, 30 Sep 2017 15:47:24 +0000 (08:47 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 9 Oct 2017 20:40:50 +0000 (13:40 -0700)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.editorconfig

index 6eb0702..06848f6 100644 (file)
@@ -33,3 +33,7 @@ indent_size = 2
 
 [*.patch]
 trim_trailing_whitespace = false
+
+[meson.build,meson_options.txt]
+indent_style = space
+indent_size = 2