git: add gitattributes & renormalize files

This commit is contained in:
panekj 2022-08-31 19:00:36 +02:00
parent 9d759abe0a
commit 1a377fdf87
4 changed files with 82 additions and 76 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Auto detect text files and perform normalization
* text=auto eol=lf
*.rs text diff=rust eol=lf
*.toml text diff=toml eol=lf
Cargo.lock text eol=lf