zipline/.prettierrc.json
diced-tomato d7c7c9da18 nice
2020-10-26 13:52:05 -07:00

8 lines
181 B
JSON

{
"$schema": "http://json.schemastore.org/prettierrc",
"jsxSingleQuote": true,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "none",
"endOfLine": "lf"
}