Skip to content
Draft
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
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ build_scripts/windows/scripts/az eol=lf
# sh scripts should be LF
*.sh eol=lf

# Git hook scripts (no extension) should be LF to work on macOS/Linux
.githooks/pre-commit eol=lf
.githooks/pre-push eol=lf

# Generated latest index assets should always use LF to avoid cross-platform churn
src/azure-cli-core/azure/cli/core/commandIndex.latest.json text eol=lf
src/azure-cli-core/azure/cli/core/helpIndex.latest.json text eol=lf
Loading