diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-27 19:39:37 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-27 19:39:37 +0800 |
commit | e9660f065175f96ad4f800502fcf2f3577c2e4b8 (patch) | |
tree | f2277fcd64981cc5f632f1bf7b9d283d87cf17d8 /.editorconfig | |
parent | Parallel Go solver (diff) | |
download | powxy-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 '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
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 |