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
+4 -3
View File
@@ -1,7 +1,8 @@
{
"semi": true,
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2
"printWidth": 120
}