From 98381850568741dc513a7ebdcbb7818941b52a23 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 23 May 2019 10:21:05 -0700 Subject: [PATCH] editorconfig: Fix meson style The syntax was wrong, resulting in it not working at all. Reviewed-by: Eric Engestrom --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c2b772d..db1f4a9 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 -- 2.7.4