Module: Mesa Branch: master Commit: e5866af123ac13bcd8ac79989d711441952d8056 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5866af123ac13bcd8ac79989d711441952d8056
Author: Dylan Baker <[email protected]> Date: Sat Sep 30 08:47:24 2017 -0700 editorconfig: Add meson configuration Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
