Add configuration to run in devcontainer
- Config for devcontainer - Config for git to ignore crlf change if on windows
This commit is contained in:
parent
8945fb1916
commit
5c2c8ec3c4
2 changed files with 8 additions and 0 deletions
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"image":"schoumi/yotta:latest",
|
||||
"workspaceFolder": "/workspaces/",
|
||||
"remoteUser": "vscode"
|
||||
}
|
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
* text=auto eol=lf
|
||||
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
Loading…
Reference in a new issue