aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-27 19:39:37 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-27 19:39:37 +0800
commite9660f065175f96ad4f800502fcf2f3577c2e4b8 (patch)
treef2277fcd64981cc5f632f1bf7b9d283d87cf17d8 /.editorconfig
parentParallel Go solver (diff)
downloadpowxy-e9660f065175f96ad4f800502fcf2f3577c2e4b8.tar.gz
powxy-e9660f065175f96ad4f800502fcf2f3577c2e4b8.tar.zst
powxy-e9660f065175f96ad4f800502fcf2f3577c2e4b8.zip
Make the python solver detect when there are missing argumentsv0.1.85
Diffstat (limited to '')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
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