cl-crud/.prettierrc

10 lines
171 B
Plaintext
Raw Normal View History

2022-06-07 09:04:28 +08:00
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"jsxBracketSameLine": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}