omniference 0.3.2

A multi-protocol inference engine with provider adapters
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Force SQL migrations to Unix line endings everywhere
*.sql text eol=lf
migrations/*.sql text eol=lf

# Optional: force shell/scripts too
*.sh text eol=lf

# Keep Windows scripts CRLF if you use them
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf