commit | 6af9ad321c765efa198d2a0f5799441f301d2827 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue Sep 20 13:22:07 2022 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Sep 20 17:24:07 2022 +0100 |
tree | 0a6c870b02bc247c4ada9aa9664beeead54e5c0c | |
parent | 7c7a3eaab50d8f12832b8ea97f7664b49fc7d74d [diff] [blame] |
Use GitHub C syntax highlighting on test files 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>
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ceb59d7 --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,2 @@ +# Classify all '.function' files as C for syntax highlighting purposes +*.function linguist-language=C