mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-06 21:44:00 -05:00
7 lines
203 B
JSON
7 lines
203 B
JSON
{
|
|
// 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,
|
|
}
|