-
由 David Horstmann 创作于
Add a .gitattributes file that tells GitHub to highlight all .function files as if they were .c files. This aids in reviewing changes to tests. Signed-off-by:
David Horstmann <david.horstmann@arm.com>
由 David Horstmann 创作于Add a .gitattributes file that tells GitHub to highlight all .function files as if they were .c files. This aids in reviewing changes to tests. Signed-off-by:
David Horstmann <david.horstmann@arm.com>
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
.gitattributes 102 B
# Classify all '.function' files as C for syntax highlighting purposes
*.function linguist-language=C