summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-04 07:47:50 +0100
committerMichael Howitz <mh@gocept.com>2021-11-04 08:15:52 +0100
commitee8890dcc6b251bef4d451ceb742613ace37bfc3 (patch)
treea93ea0969eb71b889ed8199d4e7a911efae65ab1 /.editorconfig
parent285490922584c1be42b5be89c00e7c8e1d972fb8 (diff)
downloadzope-pagetemplate-ee8890dcc6b251bef4d451ceb742613ace37bfc3.tar.gz
Add support for Python 3.10.
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