mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
Update .prettierrc
This commit is contained in:
parent
a29ee08f9c
commit
e101a48c48
@ -6,9 +6,11 @@
|
|||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"quoteProps": "as-needed",
|
"quoteProps": "as-needed",
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
|
"bracketSameLine": false,
|
||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
|
"embeddedLanguageFormatting": "auto",
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": ["*.css", "*.scss"],
|
"files": ["*.css", "*.scss"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user