mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08: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,
|
|
}
|