From: Dylan Baker Date: Sat, 30 Sep 2017 15:47:24 +0000 (-0700) Subject: editorconfig: Add meson configuration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5866af123ac13bcd8ac79989d711441952d8056;p=mesa.git editorconfig: Add meson configuration Signed-off-by: Dylan Baker Reviewed-by: Eric Anholt --- 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