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
|