# Pins follow file_crlf; add project rules below the managed block
*.sql       text eol=lf
*.apx       text eol=lf
*.json      text eol=lf
*.yaml      text eol=lf
*.csv       text eol=lf
*.md        text eol=lf

# APEX static files are mirrored byte for byte
**/files/** -text

# SQLcl reads APEXlang as LF only, whatever file_crlf says
**/apexlang/**/*.apx            text eol=lf
**/apexlang/**/*.json           text eol=lf
**/apexlang/**/static-files/**  -text
