瀏覽代碼

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