Files
cost-frontend/.prettierrc
T

16 lines
308 B
Plaintext
Raw Normal View History

2024-06-12 09:50:18 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"rangeStart": 0,
"endOfLine": "crlf"
}