From 737ff1a67a930332c57b2e57ecb57bbb1137ba29 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 6 Apr 2022 08:30:05 +0200 Subject: Add support for Python 3.10 + fix docs. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') 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 -- cgit v1.2.1