add prettier config to format code consistently

This commit is contained in:
Farid Safi 2023-03-28 18:36:00 +02:00
parent 24d251ef15
commit 39089c7657

6
web/.prettierrc Normal file
View File

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