We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6729d02 commit 0d1a476Copy full SHA for 0d1a476
.github/labeler.yml
@@ -16,6 +16,7 @@ infrastructure:
16
- '.github/**'
17
- '.checkov.yml'
18
- '.mega-linter.yml'
19
+ - '.pre-commit-config.yaml'
20
- 'cmake/**'
21
- 'CODEOWNERS'
22
- 'CPPLINT.cfg'
.pre-commit-config.yaml
@@ -0,0 +1,12 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+ - repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v5.0.0
6
+ hooks:
7
+ - id: trailing-whitespace
8
+ - id: end-of-file-fixer
9
+ - repo: https://github.com/pre-commit/mirrors-clang-format
10
+ rev: "v18.1.3" # clang-format version
11
12
+ - id: clang-format
0 commit comments