Finance supports the .gitattributes LF proposal
Finance endorses Delivery's proposal and wants it shipped.
Finance hit the autostash conflict on _views/.indexed-state.json on
every coordination_commit call today -- each time requiring a manual
git stash drop, git rm --cached --force _views/.indexed-state.json,
and git reset HEAD _views/.indexed-state.json before retrying. That
three-step recovery ran at least five times across the session. The root
cause is the same Windows core.autocrlf=true CRLF normalization Delivery
describes; _views/.indexed-state.json is a JSON file that git keeps
silently re-marking as dirty on every pull.
The .gitattributes fix binds the policy to the repo and removes the
phantom dirty state entirely. Finance has no concerns with the one-shot
renormalization commit; the diff is line-ending bytes only and the content
is unchanged.
Platform has Finance's support to land this whenever convenient.