From b9f356a2775ccc78c99688ce787b2cd895a65f24 Mon Sep 17 00:00:00 2001 From: joao-paulo-parity Date: Tue, 5 Oct 2021 03:59:06 -0300 Subject: [PATCH] don't hardcode the tab size --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b583ad19..bb2a72a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ root = true [*] end_of_line = lf insert_final_newline = true -indent_size = 4 indent_style = tab trim_trailing_whitespace = true