From d97d5f11e7807906cff2cf41cad815fb05b0096c Mon Sep 17 00:00:00 2001 From: Victor Borges Date: Sat, 3 May 2025 15:19:10 -0300 Subject: gets the correct branch now --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index f666140..a1c77bf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,12 @@ [*] charset = utf-8 end_of_line = lf -indent_size = 2 indent_style = space insert_final_newline = true max_line_length = 120 + +[{*.ts,*.tsx}] +indent_size = 2 + +[{*.py,*.pyi}] +indent_size = 4 -- cgit v1.2.3