.{gitattributes,editorconfig}: eol=lf

This commit is contained in:
Aminda Suomalainen ⚧ 2023-05-09 13:28:23 +03:00
parent ba3d5f0c68
commit 1bf64b36b0
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