From a3d33c1a98f86c81f373f95c477769152e5ff384 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 10 Sep 2024 00:31:45 -0400 Subject: [PATCH] update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index cca1383..23c3e03 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,6 @@ indent_style = tab indent_style = space indent_size = 2 -[*.{py,sh}] +[*.py] indent_style = space indent_size = 4