Parcourir la source

editorconfig : ignore benches/ (#17140)

[no ci]
Georgi Gerganov il y a 2 mois
Parent
commit
9898b57cbe
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

@@ -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