We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff7a1c commit c551e97Copy full SHA for c551e97
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/mirrors-clang-format
3
+ rev: v18.1.8 # 最新バージョンを使用
4
+ hooks:
5
+ - id: clang-format
6
+ files: \.(cpp|cc|h)$
7
+ args: [-i] # インプレースで修正
0 commit comments