1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

feat: Support *.adb and *.ads

This commit is contained in:
Richie Bendall 2019-07-17 15:25:27 +12:00 committed by GitHub
parent 9529063c54
commit 1a244a6394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,5 @@
# Ada files
*.ada text diff=ada
*.adb text diff=ada
*.ads text diff=ada