diff options
author | Gabor Javorszky <g.javorszky@f5.com> | 2024-10-17 19:12:46 +0100 |
---|---|---|
committer | Ava Hahn <110854134+avahahn@users.noreply.github.com> | 2024-11-12 09:50:02 -0800 |
commit | 7f81464b6c796d793b1ccf26620deb0ccce2764c (patch) | |
tree | 30665ee8f41b5c9ab7a53df2b1c859f9eddb8d06 | |
parent | 586c5b536683294981181e334b5af264a4615c74 (diff) | |
download | unit-7f81464b6c796d793b1ccf26620deb0ccce2764c.tar.gz unit-7f81464b6c796d793b1ccf26620deb0ccce2764c.tar.bz2 |
.editorconfig: fix bracket balance of editorconfig file
Tiny bracket balance fix.
Signed-off-by: Ava Hahn <a.hahn@f5.com>
Signed-off-by: Gabor Javorszky <g.javorszky@f5.com>
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |