mirror of
https://github.com/diced/zipline.git
synced 2025-05-19 15:54:22 +02:00
8 lines
181 B
JSON
8 lines
181 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"jsxSingleQuote": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "none",
|
|
"endOfLine": "lf"
|
|
}
|