diff options
| -rw-r--r-- | .gitattributes | 5 | ||||
| -rw-r--r-- | crates/atuin/src/shell/.gitattributes | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..86e347ec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.sh eol=lf +*.nix eol=lf +*.zsh eol=lf + +*.sql eol=lf diff --git a/crates/atuin/src/shell/.gitattributes b/crates/atuin/src/shell/.gitattributes new file mode 100644 index 00000000..fae8897c --- /dev/null +++ b/crates/atuin/src/shell/.gitattributes @@ -0,0 +1 @@ +* eol=lf |
