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.