datascience/.prettierrc

6 lines
76 B
Plaintext
Raw Normal View History

2018-12-04 14:38:27 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}