Files
bridget/.prettierrc.json
2023-03-11 22:47:19 +08:00

10 lines
139 B
JSON

{
"useTabs": false,
"tabWidth": 2,
"printWidth": 88,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false
}