jupyterlab_sandbox_theme/.prettierrc

7 lines
102 B
Plaintext
Raw Normal View History

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