Make github pick the right syntax for the .in files

This commit is contained in:
Max Moiseev
2025-09-29 12:46:44 -07:00
committed by moiseev-signal
parent d2258f52c2
commit 47beb5f1a0

5
.gitattributes vendored
View File

@@ -7,4 +7,7 @@ acknowledgments/acknowledgments.*.hbs merge text=auto
**/*.binproto.encrypted binary
# Avoid Windows line-endings for files compared literally.
**/*.expected.json text eol=lf
**/*.expected.json text eol=lf
**/*.kt.in linguist-language=Kotlin
**/*.ts.in linguist-language=TypeScript