File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
129LICENSE text eol =lf
1310NOTICE 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.
You can’t perform that action at this time.
0 commit comments