Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .chronus/changes/azsdk-pool-2025-5-25-15-4-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
changeKind: internal
packages:
- "@autorest/python"
- "@azure-tools/typespec-python"
---

Fix CI to use windows
18 changes: 9 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# These files are text and should be normalized (convert crlf => lf)
*.cs text diff=csharp
*.py text
*.json text
*.md text
*.iced text
*.csproj text
# Default: auto-detect text files and force LF line endings
* text=auto eol=lf

# Use unix line endings always, even on Windows
* text=auto eol=lf
# Specific text files (these will inherit eol=lf from above)
*.cs text diff=csharp
*.py text
*.json text
*.md text
*.iced text
*.csproj text
Loading
Loading