mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-23 16:11:21 +00:00
Sort lines
This commit is contained in:
parent
4f0bea57b5
commit
6d63194e67
12
.prettierrc
12
.prettierrc
@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
|
"bracketSameLine": false,
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
|
"embeddedLanguageFormatting": "auto",
|
||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
|
"experimentalTernaries": false,
|
||||||
"htmlWhitespaceSensitivity": "css",
|
"htmlWhitespaceSensitivity": "css",
|
||||||
"insertPragma": false,
|
"insertPragma": false,
|
||||||
"singleAttributePerLine": false,
|
|
||||||
"bracketSameLine": false,
|
|
||||||
"jsxBracketSameLine": false,
|
"jsxBracketSameLine": false,
|
||||||
"jsxSingleQuote": false,
|
"jsxSingleQuote": false,
|
||||||
|
"parser": "typescript",
|
||||||
"printWidth": 80,
|
"printWidth": 80,
|
||||||
"proseWrap": "preserve",
|
"proseWrap": "preserve",
|
||||||
"quoteProps": "as-needed",
|
"quoteProps": "as-needed",
|
||||||
"requirePragma": false,
|
"requirePragma": false,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
|
"singleAttributePerLine": false,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"embeddedLanguageFormatting": "auto",
|
"vueIndentScriptAndStyle": false
|
||||||
"vueIndentScriptAndStyle": false,
|
|
||||||
"experimentalTernaries": false,
|
|
||||||
"parser": "typescript"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user