Skip to content

Commit 8be4bc0

Browse files
authored
Merge pull request #186 from ashwinvis/patch-1
Enforce fortran syntax highlighting on fypp files
2 parents 9e377fe + bfaa030 commit 8be4bc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
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,4 +31,4 @@ codecov.yml export-ignore
2831
.github export-ignore
2932

3033
# Perform substitutions when `git export`ing these files
31-
.VERSION export-subst
34+
.VERSION export-subst

0 commit comments

Comments
 (0)