-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdprint.json
More file actions
169 lines (169 loc) · 5.7 KB
/
Copy pathdprint.json
File metadata and controls
169 lines (169 loc) · 5.7 KB
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"$schema": "https://dprint.dev/schemas/v0.json",
"incremental": true,
"lineWidth": 180,
"indentWidth": 4,
"newLineKind": "lf",
"useTabs": true,
"excludes": [
"dist/**",
"**/node_modules",
"**/*-lock.yaml"
],
"json": {
"commentLine.forceSpaceAfterSlashes": true,
"ignoreNodeCommentText": "dprint-ignore-line",
"jsonTrailingCommaFiles": ["tsconfig.json", ".vscode/settings.json"],
"preferSingleLine": false,
"trailingCommas": "never"
},
"malva": {
"alignComments": true,
"attrValueQuotes": "always",
"blockSelectorLinebreak": "consistent",
"declarationOrder": null,
"declarationOrderGroupBy": "nonDeclarationAndEmptyLine",
"fontFamilyNames": "consistent",
"formatComments": true,
"hexCase": "lower",
"hexColorLength": "long",
"ignoreCommentDirective": "dprint-ignore",
"keyframeSelectorNotation": "percentage",
"lineBreak": "lf",
"linebreakInPseudoParens": false,
"nthPlusSpacing": true,
"omitNumberLeadingZero": false,
"operatorLinebreak": "after",
"printWidth": 180,
"quotes": "preferSingle",
"singleLineBlockThreshold": 1,
"trailingComma": false
},
"markdown": {
"emphasisKind": "underscores",
"ignoreDirective": "dprint-ignore-line",
"ignoreEndDirective": "dprint-ignore-end",
"ignoreFileDirective": "dprint-ignore",
"ignoreStartDirective": "dprint-ignore-start",
"listIndentKind": "commonMark",
"strongKind": "asterisks",
"textWrap": "maintain",
"unorderedListKind": "dashes"
},
"markup": {
"astroAttrShorthand": true,
"closingBracketSameLine": false,
"closingTagLineBreakForEmpty": "fit",
"component.selfClosing": true,
"component.whitespaceSensitivity": "css",
"doctypeKeywordCase": "lower",
"formatComments": true,
"html.normal.selfClosing": false,
"html.void.selfClosing": true,
"ignoreCommentDirective": "dprint-ignore",
"ignoreFileCommentDirective": "dprint-ignore-file",
"lineBreak": "lf",
"mathml.selfClosing": false,
"maxAttrsPerLine": null,
"preferAttrsSingleLine": false,
"printWidth": 180,
"quotes": "double",
"scriptIndent": true,
"singleAttrSameLine": true,
"styleIndent": true,
"svg.selfClosing": true,
"vBindSameNameShortHand": false,
"vBindStyle": "short",
"vForDelimiterStyle": "of",
"vOnStyle": "short",
"vSlotStyle": "short",
"vueComponentCase": "pascalCase",
"whitespaceSensitivity": "css"
},
"typescript": {
"arrowFunction.useParentheses": "force",
"binaryExpression.linePerExpression": false,
"binaryExpression.spaceSurroundingBitwiseAndArithmeticOperator": true,
"bracePosition": "sameLine",
"commentLine.forceSpaceAfterSlashes": true,
"constructor.spaceBeforeParentheses": false,
"constructorType.spaceAfterNewKeyword": true,
"constructSignature.spaceAfterNewKeyword": true,
"doWhileStatement.spaceAfterWhileKeyword": true,
"enumDeclaration.memberSpacing": "newLine",
"exportDeclaration.forceMultiLine": "never",
"exportDeclaration.forceSingleLine": false,
"exportDeclaration.sortNamedExports": "caseInsensitive",
"exportDeclaration.sortTypeOnlyExports": "first",
"exportDeclaration.spaceSurroundingNamedExports": true,
"forInStatement.spaceAfterForKeyword": true,
"forOfStatement.spaceAfterForKeyword": true,
"forStatement.spaceAfterForKeyword": true,
"forStatement.spaceAfterSemiColons": true,
"functionDeclaration.spaceBeforeParentheses": false,
"functionExpression.flatIife": false,
"functionExpression.spaceAfterFunctionKeyword": false,
"functionExpression.spaceBeforeParentheses": false,
"getAccessor.spaceBeforeParentheses": false,
"ifStatement.spaceAfterIfKeyword": true,
"ignoreFileCommentText": "dprint-ignore",
"ignoreNodeCommentText": "dprint-ignore-line",
"importDeclaration.forceMultiLine": "never",
"importDeclaration.forceSingleLine": false,
"importDeclaration.sortNamedImports": "caseInsensitive",
"importDeclaration.sortTypeOnlyImports": "first",
"importDeclaration.spaceSurroundingNamedImports": true,
"jsx.bracketPosition": "nextLine",
"jsx.forceNewLinesSurroundingContent": false,
"jsx.multiLineParens": "always",
"jsxExpressionContainer.spaceSurroundingExpression": false,
"jsxSelfClosingElement.spaceBeforeSlash": true,
"memberExpression.linePerExpression": false,
"method.spaceBeforeParentheses": false,
"module.sortExportDeclarations": "caseInsensitive",
"module.sortImportDeclarations": "caseInsensitive",
"nextControlFlowPosition": "sameLine",
"operatorPosition": "maintain",
"preferHanging": false,
"preferSingleLine": false,
"quoteProps": "consistent",
"quoteStyle": "preferSingle",
"semiColons": "always",
"setAccessor.spaceBeforeParentheses": false,
"singleBodyPosition": "maintain",
"spaceAround": false,
"spaceSurroundingProperties": true,
"taggedTemplate.spaceBeforeLiteral": false,
"trailingCommas": "never",
"typeAnnotation.spaceBeforeColon": false,
"typeAssertion.spaceBeforeExpression": true,
"typeLiteral.separatorKind": "comma",
"useBraces": "always",
"whileStatement.spaceAfterWhileKeyword": true
},
"yaml": {
"braceSpacing": true,
"bracketSpacing": false,
"dashSpacing": "oneSpace",
"formatComments": false,
"ignoreCommentDirective": "dprint-ignore",
"indentBlockSequenceInMap": true,
"indentWidth": 2,
"lineBreak": "lf",
"preferSingleLine": false,
"printWidth": 180,
"proseWrap": "preserve",
"quotes": "preferDouble",
"trailingComma": true,
"trimTrailingWhitespaces": true,
"trimTrailingZero": false
},
"plugins": [
"https://plugins.dprint.dev/g-plane/malva-v0.16.0.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.27.3.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
"https://plugins.dprint.dev/json-0.22.0.wasm",
"https://plugins.dprint.dev/markdown-0.22.1.wasm",
"https://plugins.dprint.dev/typescript-0.96.1.wasm"
]
}