mirror of
https://github.com/diced/zipline.git
synced 2026-01-08 11:21:47 -08:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"jsxSingleQuote": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "none",
|
|
"endOfLine": "lf"
|
|
}
|