We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6163d0 commit 8e47f8cCopy full SHA for 8e47f8c
2 files changed
.gitattributes
@@ -20,7 +20,7 @@
20
# (repo still stores LF; checkout converts to CRLF)
21
*.bat text eol=crlf
22
*.cmd text eol=crlf
23
-*.ps1 text eol=crlf
+*.ps1 text eol=lf
24
25
# Binary files (never touch line endings)
26
*.png -text
src/AXSharp.compiler/tests/integration/expected/build.ps1
@@ -11,4 +11,5 @@ cd ..
11
cd app
12
dotnet run --project ..\..\..\..\src\ixc\AXSharp.ixc.csproj --framework net10.0
13
dotnet build ./ix/app.csproj
14
-cd ..
+cd ..
15
+
0 commit comments