Use consistent line endings

This commit is contained in:
Daniel Wolf 2022-08-16 19:08:17 +02:00
parent 364a5d4fe4
commit 94485653a5
2 changed files with 6 additions and 1 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true

2
.gitattributes vendored
View File

@ -1,4 +1,4 @@
* text=auto
* text=auto eol=lf
# Use Git LFS for binary files
*.wav filter=lfs diff=lfs merge=lfs -text