代码拉取完成,页面将自动刷新
repos:
- repo: local
hooks:
# Run clang-format over all C++ files. We only want to format the src/
# directory. We don't format files with a .c prefix which avoids C sources
# (as they are likely not ours). However, files with a .h prefix may be
# confused for our C++ headers (e.g. src/generic/cfortran.h) so we have
# to ignore them explicitly in the regex recipe.
# IMPORTANT: This pre-commit hook should only be used if you have a recent
# enough version of .clang-format. To date, that appears to be V10.0.0.
- id: clang-format
name: clang-format
description: Format files with clang-format.
entry: clang-format -i
language: system
files: ^(src)\/(?!.*(cfortran|lapack_qz))(.+)\.(h|cc)$
args: ['-style=file']
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。