feat: git attributes to enforce lf (#3193)

I noticed that the `.vscode` folder says LF endings should be used. However, I still regularily see CRLF. To fix this I've added a `.gitattributes` file which makes git convert endings to LF.
This commit is contained in:
Erb3 2025-01-29 03:50:05 +01:00 committed by GitHub
parent 46710c9501
commit 4d32bb2330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitattributes vendored Normal file
View File

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