Skip to content

Commit af356ee

Browse files
Add .gitattributes to enforce LF line endings (#158)
No CRLF files exist in the repository. Add .gitattributes with `* text=auto eol=lf` to prevent CRLF from being introduced going forward, consistent with the .editorconfig policy. Co-authored-by: Claude <noreply@anthropic.com>
1 parent bc7a3bb commit af356ee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
* text=auto eol=lf

0 commit comments

Comments
 (0)