From: Jérôme Benoit Date: Thu, 20 Oct 2022 14:10:14 +0000 (+0200) Subject: Fix .editorconfig configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=06fdaf448b6a4e3685ea08a2778b8f49527a64d0;p=benchmarks-js.git Fix .editorconfig configuration Signed-off-by: Jérôme Benoit --- 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