editorconfig : ignore benches/ (#17140)

[no ci]
This commit is contained in:
Georgi Gerganov 2025-11-10 12:17:19 +02:00 committed by GitHub
parent 1032256ec9
commit 9898b57cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -60,3 +60,11 @@ end_of_line = unset
charset = unset charset = unset
trim_trailing_whitespace = unset trim_trailing_whitespace = unset
insert_final_newline = unset insert_final_newline = unset
[benches/**]
indent_style = unset
indent_size = unset
end_of_line = unset
charset = unset
trim_trailing_whitespace = unset
insert_final_newline = unset