From 7b5e37306fd503049d27fd96e451aed1baa24ad7 Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Tue, 19 Jan 2021 22:35:41 +0100 Subject: [PATCH] .editorconfig: Don't force tabs in metadata.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “Indentation should be consistent, i.e. either spaces or tabs, but not both. Keep the existing style when touching metadata.xml files that belong to other developers.” There are 250 packages that use spaces and 276 that use tabs right now. Signed-off-by: Ronny (tastytea) Gutbrod --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index b1b4208e25..28c2daf2e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,9 +10,6 @@ charset = utf-8 indent_style = tab trim_trailing_whitespace = true -[metadata.xml] -indent_style = tab - [repositories.xml] indent_style = space tab_width = 2