Skip to content

Commit

Permalink
.editorconfig: fix bracket balance of editorconfig file
Browse files Browse the repository at this point in the history
Tiny bracket balance fix.

Signed-off-by: Ava Hahn <a.hahn@f5.com>
Signed-off-by: Gabor Javorszky <g.javorszky@f5.com>
  • Loading branch information
javorszky authored and avahahn committed Nov 12, 2024
1 parent 586c5b5 commit 7f81464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7f81464

Please sign in to comment.