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: Gabor Javorszky <[email protected]>
Signed-off-by: Ava Hahn <[email protected]>
  • Loading branch information
javorszky committed Nov 12, 2024
1 parent 3d2beb4 commit eb9b0ff
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 eb9b0ff

Please sign in to comment.