Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Normalize line endings for the whole scaffold. The .editorconfig declares
# `end_of_line = lf`, but that is only an editor hint — without this file a
# contributor whose Git has `core.autocrlf=true` could still commit CRLF, and
# every instance created from the template would inherit the inconsistency.
# `* text=auto` lets Git auto-detect text vs. binary; `eol=lf` guarantees LF in
# the repository and on checkout regardless of the contributor's platform. Every
# tracked file is already LF, so this is churn-free; `text=auto` keeps it correct
# if a binary asset is ever added.
* text=auto eol=lf