I would like to request the addition of a `.gitattributes` file to the root of the repo with the following content: ```txt * text eol=lf ``` This will prevent all files showing up with uncomitted changes when cloning in a devcontainer in vscode.
I would like to request the addition of a
.gitattributesfile to the root of the repo with the following content:* text eol=lfThis will prevent all files showing up with uncomitted changes when cloning in a devcontainer in vscode.