From 2a70505c14f490d060d49af6a0175b39dbdd537c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 21 Jul 2021 00:22:11 +0200 Subject: Fix editorconfig syntax for python and rust --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8f5b671..af4784b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true -[*.(py|rs)] +[*.{py,rs}] indent_size = 4 [Makefile] -- cgit v1.2.3