chore: prettier config following project structure

This commit is contained in:
jpedro-cf 2025-11-07 16:17:22 -03:00
parent ee420fbf29
commit a095ea5611

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2
}