From: Dylan Baker Date: Thu, 23 May 2019 17:21:05 +0000 (-0700) Subject: editorconfig: Fix meson style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98381850568741dc513a7ebdcbb7818941b52a23;p=mesa.git editorconfig: Fix meson style The syntax was wrong, resulting in it not working at all. Reviewed-by: Eric Engestrom --- diff --git a/.editorconfig b/.editorconfig index c2b772da6c1..db1f4a95d7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,6 +35,6 @@ indent_size = 2 [*.patch] trim_trailing_whitespace = false -[meson.build,meson_options.txt] +[{meson.build,meson_options.txt}] indent_style = space indent_size = 2