Commit f8029f09 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

Normalize line endings

parent 85982784
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
{
    "name": "Go",
    "image": "mcr.microsoft.com/devcontainers/go:1.25-bookworm",
    "customizations": {
        "vscode": {
            "extensions": [
                "golang.go"
            ]
        }
    },
    "postCreateCommand": "go version",
    "remoteUser": "vscode"
}
 No newline at end of file

.gitattributes

0 → 100644
+1 −0
Original line number Original line Diff line number Diff line
* text=auto eol=lf
 No newline at end of file