diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:52:19 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:52:19 +0100 |
commit | d6b1acc387f5697abd04da661129734ac4dce7c7 (patch) | |
tree | 695f2b99413cde56a43e86b4ef5b004137ab2284 | |
parent | remove periods from list items, it's cringe (diff) | |
download | cv-d6b1acc387f5697abd04da661129734ac4dce7c7.tar.gz cv-d6b1acc387f5697abd04da661129734ac4dce7c7.zip |
add default .gitattributes
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d76765e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.sh text eol=lf |