checkout/.prettierrc

14 lines
251 B
Plaintext
Raw Normal View History

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"jsxBracketSameLine": true,
2018-12-20 08:56:59 +00:00
"arrowParens": "always",
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
}
]
}