forked from MetOffice/lfric_core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
47 lines (39 loc) · 1.26 KB
/
.gitattributes
File metadata and controls
47 lines (39 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Binaries
*.nc binary
*.png binary
# Fortran files
*.f text diff=fortran
*.for text diff=fortran
*.f90 text diff=fortran-free-form
*.F90 text diff=fortran-free-form
*.f95 text diff=fortran-free-form
*.f03 text diff=fortran-free-form
*.x90 text diff=fortran-free-form
*.X90 text diff=fortran-free-form
*.t90 text diff=fortran-free-form
*.T90 text diff=fortran-free-form
*.pf text diff=fortran-free-form
*.PF text diff=fortran-free-form
# Enable syntax highlighting for files with `.pf` extensions.
#
*.pf linguist-language=fortran-free-form
*.pf linguist-detectable=true
*.pf linguist-documentation=false
*.PF linguist-language=fortran-free-form
*.PF linguist-detectable=true
*.PF linguist-documentation=false
*.x90 linguist-language=fortran-free-form
*.x90 linguist-detectable=true
*.x90 linguist-documentation=false
*.X90 linguist-language=fortran-free-form
*.X90 linguist-detectable=true
*.X90 linguist-documentation=false
*.t90 linguist-language=fortran-free-form
*.t90 linguist-detectable=true
*.t90 linguist-documentation=false
*.T90 linguist-language=fortran-free-form
*.T90 linguist-detectable=true
*.T90 linguist-documentation=false