Skip to content

Commit eeb5485

Browse files
feature: add EOL settings to gitattributes
1 parent 726da36 commit eeb5485

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
build_scripts/windows/scripts/az eol=lf
1616
# sh scripts should be LF
1717
*.sh eol=lf
18+
19+
# Generated latest index assets should always use LF to avoid cross-platform churn
20+
src/azure-cli-core/azure/cli/core/commandIndex.latest.json text eol=lf
21+
src/azure-cli-core/azure/cli/core/helpIndex.latest.json text eol=lf

0 commit comments

Comments
 (0)