[Other] Seperate option from backends (#1048)

* Seperate option from backends

* Seperate option from backends

* Seperate option from backends

* Seperate option from backends
This commit is contained in:
Jason
2023-01-04 15:06:55 +08:00
committed by GitHub
parent 97a0a9e33f
commit 0c292c0766
15 changed files with 531 additions and 401 deletions

View File

@@ -24,14 +24,14 @@ repos:
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py)$
exclude: (?!.*third_party)^.*$
# - repo: local
# hooks:
# - id: clang-format-with-version-check
# name: clang-format
# description: Format files with ClangFormat.
# entry: bash .clang_format.hook -i
# language: system
# files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto)$
- repo: local
hooks:
- id: clang-format-with-version-check
name: clang-format
description: Format files with ClangFormat.
entry: bash .clang_format.hook -i
language: system
files: \.(c|cc|cxx|cpp|cu|hxx|proto)$
- repo: local
hooks: