summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-05 08:23:19 +0200
committerMichael Howitz <mh@gocept.com>2022-04-06 08:19:05 +0200
commitfcefd4ac8d0905146420db3f13f6e494c6166c36 (patch)
tree028c306382e7433450c82aac130f3b1ab2f82c49 /.editorconfig
parent4404adf123bbd0a51fcdb70f02ee6c8191837f09 (diff)
downloadzope-browser-fcefd4ac8d0905146420db3f13f6e494c6166c36.tar.gz
Add support for Python 3.10 + fix docs.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index f3e46f5..c5508b9 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -28,7 +28,7 @@ max_line_length = off
# 4 space indentation
indent_size = 4
-[*.{yml,zpt,pt,dtml}]
+[*.{yml,zpt,pt,dtml,zcml}]
# 2 space indentation
indent_size = 2