mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
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.
2 lines
19 B
Plaintext
2 lines
19 B
Plaintext
* text=auto eol=lf
|