From 7f81464b6c796d793b1ccf26620deb0ccce2764c Mon Sep 17 00:00:00 2001 From: Gabor Javorszky Date: Thu, 17 Oct 2024 19:12:46 +0100 Subject: .editorconfig: 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 86ae7df5..00dac630 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 -- cgit