From a46a0733afc81c1c23b412b8793a0df4cd46a088 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 29 Sep 2023 12:32:15 +0300 Subject: [PATCH] .editorconfig: only apply indent_size and line_length for *.py --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 955025fbb..655090d66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,5 +3,7 @@ root = true [*] insert_final_newline = true indent_style = space + +[*.py] indent_size = 4 max_line_length = 79