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:
@@ -0,0 +1 @@
|
|||||||
|
* text=auto eol=crlf
|
||||||
+10
-10
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-html-tags-autocomplete",
|
"id": "obsidian-html-tags-autocomplete",
|
||||||
"name": "HTML Tags Autocomplete",
|
"name": "HTML Tags Autocomplete",
|
||||||
"version": "0.0.7",
|
"version": "0.0.7",
|
||||||
"minAppVersion": "0.15.6",
|
"minAppVersion": "0.15.6",
|
||||||
"description": "Autocomplete HTML tags.",
|
"description": "Autocomplete HTML tags.",
|
||||||
"author": "Brian Carlsen",
|
"author": "Brian Carlsen",
|
||||||
"authorUrl": "https://github.com/bicarlsen",
|
"authorUrl": "https://github.com/bicarlsen",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user