From 06fdaf448b6a4e3685ea08a2778b8f49527a64d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 20 Oct 2022 16:10:14 +0200 Subject: [PATCH] Fix .editorconfig configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b63b37e..2d64d37 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ root = true [*] indent_style = space indent_size = 2 -tab_width = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -- 2.34.1