style: add prettier config

This commit is contained in:
2025-11-08 16:27:09 -03:00
parent 5ac2e62daf
commit 7f9801defd

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"tabWidth": 4,
"useTabs": false,
"trailingComma": "all",
"semi": true
}