jupyterlab-synthetic-data/.prettierrc

7 lines
102 B
Plaintext

{
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}