We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e377fe + bfaa030 commit 8be4bc0Copy full SHA for 8be4bc0
.gitattributes
@@ -1,6 +1,9 @@
1
# Set the default behavior, in case people don't have core.autocrlf set.
2
* text=auto
3
4
+# Override syntax highlighting
5
+*.fypp linguist-language=fortran
6
+
7
# Explicitly declare text files you want to always be normalized and converted
8
# to native line endings on checkout.
9
*.c text
@@ -28,4 +31,4 @@ codecov.yml export-ignore
28
31
.github export-ignore
29
32
30
33
# Perform substitutions when `git export`ing these files
-.VERSION export-subst
34
+.VERSION export-subst
0 commit comments