jupyterlab-training/.prettierrc

7 lines
102 B
Plaintext
Raw Permalink Normal View History

2023-01-23 19:55:37 +00:00
{
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}