From e9fb5b3fcc1e1e681d75d8e07132ad156b842a3a Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Tue, 30 May 2023 14:23:13 +0200 Subject: [PATCH] .editorconfig: do not specify an indent size for tabs (#18297) --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a4347d11d7..f532010f64 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,6 @@ trim_trailing_whitespace = true [*.v] indent_style = tab -indent_size = 4 [*.{bat,cmd}] # BAT/CMD ~ DOS/Win requires BAT/CMD files to have CRLF EOLNs