mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
mirror other prettier configs
This commit is contained in:
parent
e63d532ae1
commit
b96ee051a2
15
.prettierrc
15
.prettierrc
@ -1,7 +1,16 @@
|
||||
{
|
||||
"printWidth": 80,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 4,
|
||||
"semi": false
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"useTabs": false,
|
||||
"singleQuote": false,
|
||||
"quoteProps": "consistent",
|
||||
"bracketSpacing": false,
|
||||
"bracketSameLine": true,
|
||||
"arrowParens": "always",
|
||||
"proseWrap": "never",
|
||||
"endOfLine": "lf",
|
||||
"embeddedLanguageFormatting": "auto",
|
||||
"singleAttributePerLine": false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user