Skip to content

Commit 2aa053b

Browse files
authored
Issue #660 - Run clang-format for .json files as well (#669)
1 parent e6c90dd commit 2aa053b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: git_clang-format
2727
name: git clang-format
28-
types_or: [c, c++]
28+
types_or: [c, c++, json]
2929
stages: [commit]
3030
language: python
3131
entry: scripts/git_clang-format_hook.sh

0 commit comments

Comments
 (0)