From 92e27f0ba29eb254e7ab2c955aa2f2ae71044287 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Wed, 14 May 2025 14:34:11 +0100 Subject: [PATCH] fix .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 879e6eebca..d506433ece 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[{*.py, *.pyx, *.pxd}] +[*.{py,pyx,pxd}] charset = utf-8 indent_style = space indent_size = 2