From f04d976cd8f2e297ae06a68b1c323420eb03176a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C3=A1vn=C3=ADk?= Date: Mon, 5 Jan 2026 10:26:53 +0100 Subject: [PATCH] changed to tab_width Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 65f8370a..54c5265e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true [*.{ts,tsx,js,json}] indent_style = tab -indent_size = 4 +tab_width = 4 [*.md] trim_trailing_whitespace = false