jupyterlab-data-pool/.prettierrc

7 lines
102 B
Plaintext
Raw Normal View History

2023-01-23 17:28:45 +00:00
{
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}