forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (21 loc) · 709 Bytes
/
.gitattributes
File metadata and controls
25 lines (21 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Set the default behavior (used when a rule below doesn't match)
* text=auto
*.sln -text
*.ico -text
*.bmp -text
*.png -text
*.snk -text
*.mht -text
*.pickle -text
# Some Windows-specific files should always be CRLF
*.bat eol=crlf
# The az script for Git Bash/Cygwin should be LF
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