polarssl/.gitattributes
David Horstmann 6af9ad321c 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>
2022-09-20 17:24:07 +01:00

3 lines
102 B
Plaintext

# Classify all '.function' files as C for syntax highlighting purposes
*.function linguist-language=C