-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdprint.json
134 lines (134 loc) · 4.55 KB
/
dprint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"biome": {
"annotations": [
"!**/*.js",
"!**/*.jsx",
"!**/*.ts",
"!**/*.tsx"
]
},
"excludes": [
"**/node_modules",
"**/*-lock.json",
"**/.venv"
],
"incremental": true,
"json": {},
"lineWidth": 320,
"malva": {
"blockSelectorLinebreak": "always",
"declarationOrder": "concentric",
"hexCase": "lower",
"hexColorLength": null,
"indentWidth": 2,
"lineBreak": "lf",
"linebreakInPseudoParens": false,
"omitNumberLeadingZero": false,
"operatorLinebreak": "before",
"padComments": true,
"printWidth": 320,
"quotes": "preferDouble",
"singleLineBlockThreshold": null,
"trailingComma": true,
"useTabs": false
},
"markdown": {},
"newLineKind": "lf",
"plugins": [
"https://plugins.dprint.dev/typescript-0.90.5.wasm",
"https://plugins.dprint.dev/json-0.19.2.wasm",
"https://plugins.dprint.dev/markdown-0.17.0.wasm",
"https://plugins.dprint.dev/toml-0.6.1.wasm",
"https://plugins.dprint.dev/biome-0.5.3.wasm",
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c",
"https://plugins.dprint.dev/ruff-0.3.3.wasm",
"https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7",
"https://plugins.dprint.dev/g-plane/malva-v0.3.1.wasm"
],
"prettier": {
"arrowParens": "always",
"associations": [
"!**/*.js",
"!**/*.jsx",
"!**/*.ts",
"!**/*.tsx"
],
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 320,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false
},
"toml": {},
"typescript": {
"arrowFunction.useParentheses": "force",
"binaryExpression.linePerExpression": true,
"binaryExpression.spaceSurroundingBitwiseAndArithmeticOperator": true,
"bracePosition": "sameLineUnlessHanging",
"commentLine.forceSpaceAfterSlashes": true,
"constructSignature.spaceAfterNewKeyword": true,
"constructor.spaceBeforeParentheses": false,
"constructorType.spaceAfterNewKeyword": true,
"doWhileStatement.spaceAfterWhileKeyword": true,
"enumDeclaration.memberSpacing": "newLine",
"exportDeclaration.forceMultiLine": "whenMultiple",
"exportDeclaration.forceSingleLine": false,
"exportDeclaration.sortNamedExports": "caseSensitive",
"exportDeclaration.spaceSurroundingNamedExports": true,
"forInStatement.spaceAfterForKeyword": true,
"forOfStatement.spaceAfterForKeyword": true,
"forStatement.spaceAfterForKeyword": true,
"forStatement.spaceAfterSemiColons": true,
"functionDeclaration.spaceBeforeParentheses": false,
"functionExpression.spaceAfterFunctionKeyword": false,
"functionExpression.spaceBeforeParentheses": false,
"getAccessor.spaceBeforeParentheses": false,
"ifStatement.spaceAfterIfKeyword": true,
"importDeclaration.forceMultiLine": "whenMultiple",
"importDeclaration.forceSingleLine": false,
"importDeclaration.spaceSurroundingNamedImports": true,
"indentWidth": 2,
"jsx.bracketPosition": "nextLine",
"jsx.forceNewLinesSurroundingContent": false,
"jsx.multiLineParens": "prefer",
"jsxExpressionContainer.spaceSurroundingExpression": true,
"jsxSelfClosingElement.spaceBeforeSlash": true,
"lineWidth": 320,
"memberExpression.linePerExpression": true,
"method.spaceBeforeParentheses": false,
"module.sortExportDeclarations": "caseSensitive",
"module.sortImportDeclarations": "caseSensitive",
"newLineKind": "lf",
"nextControlFlowPosition": "sameLine",
"operatorPosition": "nextLine",
"preferHanging": false,
"quoteProps": "asNeeded",
"quoteStyle": "preferDouble",
"semiColons": "always",
"setAccessor.spaceBeforeParentheses": false,
"singleBodyPosition": "nextLine",
"spaceAround": false,
"spaceSurroundingProperties": true,
"taggedTemplate.spaceBeforeLiteral": false,
"trailingCommas": "onlyMultiLine",
"typeAnnotation.spaceBeforeColon": false,
"typeAssertion.spaceBeforeExpression": true,
"typeLiteral.separatorKind": "semiColon",
"useBraces": "whenNotSingleLine",
"useTabs": false,
"whileStatement.spaceAfterWhileKeyword": true
},
"useTabs": false
}