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 <[email protected]>
This commit is contained in:
David Horstmann
2022-09-20 13:31:23 +01:00
parent be0224aef3
commit b5d884815c
+2
View File
@@ -0,0 +1,2 @@
# Classify all '.function' files as C for syntax highlighting purposes
*.function linguist-language=C