mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 14:33:59 -05:00
feat: Add dev container (#8589)
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
// force *nix line endings so files don't look modified in container run from Windows clone
|
||||
"files.eol": "\n",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
}
|
||||
Reference in New Issue
Block a user