diff options
| author | cadmic <cadmic24@gmail.com> | 2025-02-25 20:09:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 23:09:54 -0500 |
| commit | 2b30c61a2698862e3debd50c2be193df23f9e8b5 (patch) | |
| tree | 028b00c18304692103e409fdf1315de4d88c4e54 /.gitattributes | |
| parent | e6a9ad96207b91de2e78775dc46c00136e032f09 (diff) | |
Always use LF line endings, even on Windows (#2489)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index cbd25a6bf..59135bfe3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Always use LF instead of CRLF line endings +* text eol=lf # Set browser syntax highlighting for certain files *.inc linguist-language=gas *.seq linguist-language=gas |
