From 66b42d7add7ba303cad14bf8d5aeda9cb533f42c Mon Sep 17 00:00:00 2001 From: Gabor Javorszky Date: Thu, 17 Oct 2024 19:12:46 +0100 Subject: [PATCH] .editorconfig: fix bracket balance of editorconfig file Tiny bracket balance fix. Signed-off-by: Gabor Javorszky Signed-off-by: Ava Hahn --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 86ae7df56..00dac6304 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[{configure,{*.{c,cpp,h,go,java,js,py,rs}}] +[{configure,{*.{c,cpp,h,go,java,js,py,rs}}}] charset = utf-8 end_of_line = lf insert_final_newline = true