(refactor): prettier settings

This commit is contained in:
Maksym Sadovnychyy 2024-07-22 20:48:10 +02:00
parent 619348607e
commit 6d10e3af53

View File

@ -2,6 +2,6 @@
"singleQuote": true, "singleQuote": true,
"semi": false, "semi": false,
"tabWidth": 2, "tabWidth": 2,
"endOfLine": "lf", "endOfLine": "crlf",
"trailingComma": "none" "trailingComma": "none"
} }