diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-27 19:40:15 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-27 19:40:15 +0800 |
commit | 1476874dae07b792dff06cab2ae2d61452be823a (patch) | |
tree | e2eb87d1df8ebd463b385bab7fc96ce27559fef9 /.editorconfig | |
parent | Merge branch 'master' into irclog (diff) | |
parent | Make the python solver detect when there are missing arguments (diff) | |
download | powxy-1476874dae07b792dff06cab2ae2d61452be823a.tar.gz powxy-1476874dae07b792dff06cab2ae2d61452be823a.tar.zst powxy-1476874dae07b792dff06cab2ae2d61452be823a.zip |
Merge branch 'master' into irclogirclog-v0.1.85irclog
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 |