Skip to content

Commit 139e48e

Browse files
art049claude
andcommitted
style(tracegrind): apply clang-format and add pre-commit hook
Add .pre-commit-config.yaml with clang-format scoped to tracegrind/ only. Reformat all tracegrind source files to match the repo's .clang-format style. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3d77321 commit 139e48e

41 files changed

Lines changed: 10545 additions & 9830 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/mirrors-clang-format
3+
rev: v14.0.6
4+
hooks:
5+
- id: clang-format
6+
files: ^tracegrind/
7+
types_or: [c, c++]

0 commit comments

Comments
 (0)