Skip to content

Commit 8e47f8c

Browse files
committed
wip
1 parent a6163d0 commit 8e47f8c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# (repo still stores LF; checkout converts to CRLF)
2121
*.bat text eol=crlf
2222
*.cmd text eol=crlf
23-
*.ps1 text eol=crlf
23+
*.ps1 text eol=lf
2424

2525
# Binary files (never touch line endings)
2626
*.png -text

src/AXSharp.compiler/tests/integration/expected/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ cd ..
1111
cd app
1212
dotnet run --project ..\..\..\..\src\ixc\AXSharp.ixc.csproj --framework net10.0
1313
dotnet build ./ix/app.csproj
14-
cd ..
14+
cd ..
15+

0 commit comments

Comments
 (0)