Prettier config file (#319)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2021-11-17 20:28:22 +07:00 committed by GitHub
parent a547ea16f2
commit 26c43f4a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.prettierrc Normal file
View File

@ -0,0 +1,10 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"useTabs": false,
"bracketSpacing": true,
"proseWrap": "preserve"
}