We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994d50a commit bfaa030Copy full SHA for bfaa030
.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,7 +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
-
-# Override syntax highlighting
34
-*.fypp linguist-language=fortran
+.VERSION export-subst
0 commit comments