commit | b5d884815c9e95900fb2fc209150b7d6d43a8c27 | [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 13:31:23 2022 +0100 |
tree | aa4b27cc8153d05f54d62de985aa8d96951cb4ff | |
parent | be0224aef35074f55d31d875313d9109b6b7e844 [diff] |
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