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

feat: Support *.for

This commit is contained in:
Richie Bendall 2019-07-17 15:21:18 +12:00 committed by GitHub
parent 5ae94608ba
commit ac5035e1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
# Fortran files
*.f text diff=fortran
*.for text diff=fortran
*.f90 text diff=fortran
*.f95 text diff=fortran
*.f03 text diff=fortran