# Vaultfire repository hygiene
# Keep autogenerated docs and tooling stable across platforms by enforcing LF.

*.md text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sol text eol=lf

# Explicit for security autogen surfaces
/docs/security/*_AUTOGEN.md text eol=lf
