mirror of
https://github.com/TurboWarp/extensions.git
synced 2024-11-25 16:32:57 +08:00
a844474b59
On Windows, editors typically use CRLF by default. I don't see a reason why we should be violating platform conventions, so just let anyone use whatever (as long as it isn't mixed)
5 lines
52 B
JSON
5 lines
52 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"endOfLine": "auto"
|
|
}
|