We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ec451 commit ba3cedcCopy full SHA for ba3cedc
.pre-commit-config.yaml
@@ -37,15 +37,12 @@ repos:
37
hooks:
38
- id: black
39
40
- - repo: local
+ - repo: https://github.com/pre-commit/mirrors-clang-format
41
+ rev: v14.0.6
42
43
- id: clang-format
- name: clang-format
44
- description: Format files with ClangFormat.
45
- entry: clang-format-14
46
- language: system
47
- files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|proto|vert)$
48
- args: ['-fallback-style=none', '-i']
+ types_or: [c++, c, cuda]
+ args: ["-fallback-style=none"]
49
- repo: https://github.com/codespell-project/codespell
50
rev: v2.4.1
51
0 commit comments