extensions/.prettierrc.json
GarboMuffin a844474b59
Use endOfLine: auto for prettier (#926)
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)
2023-08-22 22:54:26 -05:00

5 lines
52 B
JSON

{
"trailingComma": "es5",
"endOfLine": "auto"
}