Skip to content

Commit bfaa030

Browse files
authored
Move up linguist syntax override in gitattributes
1 parent 994d50a commit bfaa030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitattributes

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=auto
33

4+
# Override syntax highlighting
5+
*.fypp linguist-language=fortran
6+
47
# Explicitly declare text files you want to always be normalized and converted
58
# to native line endings on checkout.
69
*.c text
@@ -28,7 +31,4 @@ codecov.yml export-ignore
2831
.github export-ignore
2932

3033
# Perform substitutions when `git export`ing these files
31-
.VERSION export-subst
32-
33-
# Override syntax highlighting
34-
*.fypp linguist-language=fortran
34+
.VERSION export-subst

0 commit comments

Comments
 (0)