From 438de4f5592606b8111ff060aeacdd8d128d6f44 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 18 Feb 2019 11:21:07 +0100 Subject: [PATCH] Fix .editorconfig: use tabs for Meson files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9a694af8..e0fc8531 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = tab indent_size = 8 max_line_length = 80 -[*.xml,meson.build,meson_options.txt] +[*.xml] indent_style = space indent_size = 2 tab_width = 8