Преглед на файлове

editorconfig : ignore benches/ (#17140)

[no ci]
Georgi Gerganov преди 2 месеца
родител
ревизия
9898b57cbe
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  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