specify lf eol

It's known to work, I don't know whether crlf is accepted by Mastodon
This commit is contained in:
Aminda Suomalainen ⚧ 2023-03-05 11:08:06 +02:00
parent 1c45cdfba5
commit 94b3d788ac
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

2
.gitattributes vendored
View File

@ -1 +1 @@
* text=auto linguist-detectable
* text=auto eol=lf linguist-detectable