We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c328729 commit f90497fCopy full SHA for f90497f
.clang-format
@@ -0,0 +1,3 @@
1
+BasedOnStyle: Chromium
2
+SortIncludes: false
3
+ColumnLimit: 120
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
args: [-w]
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.15.0
+ rev: v0.15.1
39
hooks:
40
- id: ruff-check
41
args: [--fix, --exit-non-zero-on-fix]
@@ -47,8 +47,14 @@ repos:
47
- id: cmake-format
48
- id: cmake-lint
49
50
+- repo: https://github.com/pre-commit/mirrors-clang-format
51
+ rev: v21.1.8
52
+ hooks:
53
+ - id: clang-format
54
+ types_or: [c++, proto]
55
+
56
- repo: https://github.com/tier4/pre-commit-hooks-ros
- rev: v0.10.0
57
+ rev: v0.10.1
58
59
- id: prettier-xacro
60
- id: prettier-package-xml
0 commit comments