mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-07-10 00:12:11 +00:00
8 lines
415 B
Text
8 lines
415 B
Text
# Force LF line endings for all text files
|
|
* text=auto eol=lf
|
|
|
|
# Migrations SQL in particular must have uniform line endings in all scenarios.
|
|
# SQLx relies on consistent checksums (SHA384 hashes at the time of writing)
|
|
# to verify that migrations have not changed. This ensures that line endings
|
|
# stay consistent between platforms and systems regardless of autocrlf setup.
|
|
src-tauri/migrations/*.sql text eol=lf
|