advanced-java/.prettierrc

10 lines
203 B
Plaintext
Raw Normal View History

2022-09-26 10:34:20 +08:00
{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}