From e9660f065175f96ad4f800502fcf2f3577c2e4b8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 27 Mar 2025 19:39:37 +0800 Subject: Make the python solver detect when there are missing arguments --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 093c47b..b51a366 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,7 @@ indent_size = 2 [*.html] tab_size = 2 indent_size = 2 + +[*.py] +tab_size = 4 +indent_size = 4 -- cgit v1.2.3