platform/.prettierrc
Andrey Sobolev 26c43f4a54
Prettier config file (#319)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-17 14:28:22 +01:00

10 lines
196 B
Plaintext

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