From 803f1bf18ee6ccd3add39933df0be20fada2239a Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Fri, 6 Oct 2023 19:42:24 +0700 Subject: [PATCH] tab_width = 2 --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b582436..ac7ffc7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,4 +3,5 @@ end_of_line = lf insert_final_newline = true indent_style = tab -indent_size = 2 \ No newline at end of file +indent_size = tab +tab_width = 2 \ No newline at end of file