21c30f848e
Add .gitattributes to enforce LF line endings repo-wide, preventing CRLF from breaking shell scripts inside Linux containers. Add sed-based CRLF stripping in sirius-postgres, sirius-ui, and sirius-api Dockerfiles as a defense-in-depth safety net. Add .editorconfig for consistent editor settings and document Windows prerequisites in CONTRIBUTING.md. Made-with: Cursor
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
# Force LF for all text files -- prevents CRLF from entering containers
|
|
* text=auto eol=lf
|
|
|
|
# Explicitly mark binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|