platform/.prettierrc

10 lines
196 B
Plaintext
Raw Normal View History

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