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
avahahn committed Oct 23, 2024
1 parent 91d1d2f commit efffea4
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 efffea4

Please sign in to comment.