clearml-docs/.prettierrc

10 lines
180 B
Plaintext
Raw Normal View History

2021-05-13 23:48:51 +00:00
{
"arrowParens": "always",
"bracketSpacing": false,
"jsxBracketSameLine": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
}