From 7265d1676fae1064b27304f070ac89a5f1b4a90c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Tue, 3 Aug 2021 19:55:39 +0200 Subject: [PATCH] editorconfig: add settings for meson files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: José Expósito --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9d7d189..5b18500 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ indent_style = tab [*.py] indent_size = 4 indent_style = space + +[{meson.build,meson_options.txt}] +indent_size = 8 +indent_style = tab -- 2.7.4