chore(repo): pin line-ending convention via .gitattributes

Without a committed .gitattributes, line-ending normalization on
commit depended on each contributor's local core.autocrlf setting,
so files could get re-flagged as changed by Obsidian Git purely due
to EOL churn with no actual content difference. Pin text=auto
eol=crlf repo-wide and renormalize stored blobs to match.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 14:33:56 +02:00
parent 9558a019ea
commit 7a1906d673
2 changed files with 11 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
* text=auto eol=crlf