Skip to content

Commit 58344f3

Browse files
tisonkunCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 22ec883 commit 58344f3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.gitattributes

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# The default behavior, which overrides 'core.autocrlf', is to use Git's
2-
# built-in heuristics to determine whether a particular file is text or binary.
3-
# Text files are automatically normalized to the user's platforms.
4-
# 15 years ago this was probably OK, but today it is a bad idea.
1+
# Override 'core.autocrlf' while still using Git's built-in heuristics to detect text vs binary.
2+
# Normalize all text files to LF line endings on checkout.
53
* text=auto eol=lf
64

75
# Explicitly declare text files that should always be LF
86
.asf.yaml text eol=lf
97
.gitattributes text eol=lf
108
.gitignore text eol=lf
11-
git.properties text eol=lf
129
LICENSE text eol=lf
1310
NOTICE text eol=lf
1411
*.html text eol=lf
@@ -22,7 +19,6 @@ NOTICE text eol=lf
2219
*.yml text eol=lf
2320
*.yaml text eol=lf
2421
*.txt text eol=lf
25-
GettysburgAddress.txt text eol=lf
2622

2723

2824
# Declare files that will always have CRLF line endings on checkout.

0 commit comments

Comments
 (0)