mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
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>
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Classify all '.function' files as C for syntax highlighting purposes
|
||||||
|
*.function linguist-language=C
|
||||||
Reference in New Issue
Block a user