加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format-ignore 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
# .clang-format-ignore files to make clang-format ignore certain files.
#
# .clang-format-ignore file consists of patterns of file path names. It has the following format:
#
# A blank line is skipped.
# Leading and trailing spaces of a line are trimmed.
# A line starting with a hash (#) is a comment.
# A non-comment line is a single pattern.
# The slash (/) is used as the directory separator.
# A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# A pattern is negated if it starts with a bang (!).
#
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
#
.github/*
.vscode/*
# rtos
rtos/rt-thread/*
rtos/platform/*
# pkgs
pkgs/kservice/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化