diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-09-30 08:47:24 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-09 13:40:50 -0700 |
commit | e5866af123ac13bcd8ac79989d711441952d8056 (patch) | |
tree | 87221a42742dd392306b929a7d71da8ce449f728 | |
parent | 148604fe758717c4668073c6a70f2c8467aea208 (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-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 6eb0702a25..06848f68c0 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 |