summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2025-02-25 20:09:54 -0800
committerGitHub <noreply@github.com>2025-02-25 23:09:54 -0500
commit2b30c61a2698862e3debd50c2be193df23f9e8b5 (patch)
tree028b00c18304692103e409fdf1315de4d88c4e54
parente6a9ad96207b91de2e78775dc46c00136e032f09 (diff)
Always use LF line endings, even on Windows (#2489)
-rw-r--r--.gitattributes4
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