From 411b12d09ddb47722acf6d354c17ee9ee5228964 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 5 May 2020 00:41:10 -0400 Subject: editorconfig: set meson indentation style meson.build gets two-space indents, but our global tabbed default was overriding this. Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index efea87bf..220ffbc8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,5 +16,9 @@ indent_style = tab [{NEWS,HACKING}] indent_style = space +[meson.build] +indent_style = space +indent_size = 2 + [*.py] indent_style = space -- cgit v1.2.3-24-g4f1b