aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-27 19:40:15 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-27 19:40:15 +0800
commit1476874dae07b792dff06cab2ae2d61452be823a (patch)
treee2eb87d1df8ebd463b385bab7fc96ce27559fef9 /.editorconfig
parentMerge branch 'master' into irclog (diff)
parentMake the python solver detect when there are missing arguments (diff)
downloadpowxy-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--.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