add prettier formatter config file

This commit is contained in:
Farid Safi 2023-03-28 19:55:04 +02:00
parent 31dd6c0531
commit a2728eb153

6
web/.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": true,
"printWidth": 100
}