We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bc78d commit d443a13Copy full SHA for d443a13
.gitattributes
@@ -16,6 +16,10 @@ build_scripts/windows/scripts/az eol=lf
16
# sh scripts should be LF
17
*.sh eol=lf
18
19
+# Git hook scripts (no extension) should be LF to work on macOS/Linux
20
+.githooks/pre-commit eol=lf
21
+.githooks/pre-push eol=lf
22
+
23
# Generated latest index assets should always use LF to avoid cross-platform churn
24
src/azure-cli-core/azure/cli/core/commandIndex.latest.json text eol=lf
25
src/azure-cli-core/azure/cli/core/helpIndex.latest.json text eol=lf
0 commit comments