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 4ff7a1c commit c551e97Copy full SHA for c551e97
.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