chore: add line end to prettier (#548)

This commit is contained in:
Carlos Valente
2023-10-14 19:12:14 +02:00
committed by GitHub
parent 2f74293505
commit b34fe71995
5 changed files with 17 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
{
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,