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

10 lines
244 B
Plaintext
Raw Normal View History

2019-03-08 21:15:56 -05:00
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
2019-04-19 20:35:18 -04:00
* text=auto
2019-03-08 21:15:56 -05:00
# Fortran files
2019-04-19 20:35:18 -04:00
*.f text diff=fortran
2019-03-08 21:15:56 -05:00
*.f90 text diff=fortran
*.f95 text diff=fortran
*.f03 text diff=fortran