]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
editorconfig : ignore benches/ (#17140)
authorGeorgi Gerganov <redacted>
Mon, 10 Nov 2025 10:17:19 +0000 (12:17 +0200)
committerGitHub <redacted>
Mon, 10 Nov 2025 10:17:19 +0000 (12:17 +0200)
[no ci]

.editorconfig

index 0722ac73c8c973fd222add7d665b01b2d16503b0..74b65a45668131c32306de41b24f15323dfa38d1 100644 (file)
@@ -60,3 +60,11 @@ end_of_line = unset
 charset = unset
 trim_trailing_whitespace = 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