From 4a25d89984c73526c4d947fb30b3d848096d81af Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Thu, 17 Oct 2024 19:12:46 +0100 Subject: [PATCH] tools: fix bracket balance of editorconfig file Tiny bracket balance fix. Signed-off-by: Ava Hahn Signed-off-by: Gabor Javorszky --- .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