Add configuration to run in devcontainer

- Config for devcontainer
- Config for git to ignore crlf change if on windows
This commit is contained in:
Schoumi 2024-08-08 17:38:09 +02:00
parent 8945fb1916
commit 5c2c8ec3c4
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"image":"schoumi/yotta:latest",
"workspaceFolder": "/workspaces/",
"remoteUser": "vscode"
}

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf