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.
1 parent f3f9d77 commit 9a9ef01Copy full SHA for 9a9ef01
test/TestPackage3.jl/.gitattributes
@@ -0,0 +1,6 @@
1
+# Set default behaviour to automatically normalize line endings.
2
+* text=auto
3
+
4
+# Force bash scripts to always use lf line endings so that if a repo is accessed
5
+# in Unix via a file share from Windows, the scripts will work.
6
+*.sh text eol=lf
test/TestPackage3.jl/src/TestPackage3.jl
@@ -12,4 +12,5 @@ else
12
13
end
14
15
+include("precompile_includer.jl")
16
0 commit comments