summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-06 08:30:05 +0200
committerMichael Howitz <mh@gocept.com>2022-04-07 08:26:20 +0200
commit737ff1a67a930332c57b2e57ecb57bbb1137ba29 (patch)
tree938ede0cf2150e265b5f3683239c7c3636777d2d /.editorconfig
parent5fe61cac2ac3c98c481d514fd78e5a6f37a5667a (diff)
downloadzope-configuration-737ff1a67a930332c57b2e57ecb57bbb1137ba29.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