Force usage LF

This commit is contained in:
Lyanis Souidi 2024-06-03 14:22:15 +02:00
parent 02a5b00ecf
commit e41743902a
Signed by: lyanis
GPG Key ID: 202150AA0DAB9FAC
2 changed files with 10 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf