Update .prettierrc

This commit is contained in:
Yiannis Christodoulou 2025-06-24 17:06:41 +03:00
parent a29ee08f9c
commit e101a48c48

View File

@ -6,9 +6,11 @@
"singleQuote": false,
"quoteProps": "as-needed",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"overrides": [
{
"files": ["*.css", "*.scss"],