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 1149650 commit 083af1eCopy full SHA for 083af1e
.pre-commit-config.yaml
@@ -0,0 +1,19 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.5.0
4
+ hooks:
5
+ - id: check-case-conflict
6
+ - id: check-symlinks
7
+ - id: check-yaml
8
+ - id: destroyed-symlinks
9
+ - id: detect-private-key
10
+ - id: end-of-file-fixer
11
+ - id: mixed-line-ending
12
+ args: [--fix=lf]
13
+ - id: trailing-whitespace
14
+ args: [--markdown-linebreak-ext=md]
15
+- repo: https://github.com/jlebar/pre-commit-hooks
16
+ rev: 'master'
17
18
+ - id: clang-format-diff-15.0.0
19
+ files: \.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(ino))$
0 commit comments