diff options
| author | cadmic <cadmic24@gmail.com> | 2025-02-27 17:52:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 20:52:49 -0500 |
| commit | 3d1af546287d0416a207c00336248884ea3fa710 (patch) | |
| tree | a86d9d183a32f61d9a4625b63f8d74a1e846cb6e | |
| parent | cf1a39c26fca0f7827fef79d08b114fde1c43cce (diff) | |
Revert "Always use LF line endings, even on Windows (#2489)" (#2492)
This reverts commit 2b30c61a2698862e3debd50c2be193df23f9e8b5.
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 59135bfe3..cbd25a6bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Always use LF instead of CRLF line endings -* text eol=lf +# Auto detect text files and perform LF normalization +* text=auto # Set browser syntax highlighting for certain files *.inc linguist-language=gas *.seq linguist-language=gas |
