Update prettier configuration

This commit is contained in:
Enrico Ros
2023-06-28 17:30:20 -07:00
parent 2d4c0e9c64
commit 47553cb1e8
+2 -1
View File
@@ -1,6 +1,7 @@
{
"singleAttributePerLine": false,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf",
"printWidth": 160
}
}