mirror of
https://github.com/atuinsh/atuin.git
synced 2025-12-23 08:48:11 +00:00
* fix: sql files checksums Checking out on Windows may cause *.sql files to have CRLF line endings, which will change their checksums and cause migration errors. https://github.com/launchbadge/sqlx/issues/2659 * fix: ensure shell scripts use lf
5 lines
52 B
Text
5 lines
52 B
Text
*.sh eol=lf
|
|
*.nix eol=lf
|
|
*.zsh eol=lf
|
|
|
|
*.sql eol=lf
|