|
1 | 1 | { |
2 | 2 | "lineWidth": 100, |
3 | 3 | "useTabs": true, |
| 4 | + "indentWidth": 4, |
| 5 | + "yaml": { |
| 6 | + "indentWidth": 4 |
| 7 | + }, |
| 8 | + "typescript": { |
| 9 | + "arrayExpression.preferHanging": "onlySingleItem", |
| 10 | + "arrowFunction.useParentheses": "force", |
| 11 | + "binaryExpression.operatorPosition": "nextLine", |
| 12 | + "ifStatement.nextControlFlowPosition": "maintain", |
| 13 | + "semiColons": "always", |
| 14 | + "trailingCommas": "onlyMultiLine", |
| 15 | + "quoteStyle": "preferDouble", |
| 16 | + "quoteProps": "consistent", |
| 17 | + "importDeclaration.forceMultiLine": "whenMultiple" |
| 18 | + }, |
4 | 19 | "includes": [ |
5 | | - "**/*.{ts,mts,js,json,md,yml,yaml}" |
| 20 | + "**/*.{ts,js,json,md,yml,yaml}" |
6 | 21 | ], |
7 | 22 | "excludes": [ |
8 | 23 | "**/node_modules", |
|
11 | 26 | "CHANGELOG.md" |
12 | 27 | ], |
13 | 28 | "plugins": [ |
14 | | - "https://plugins.dprint.dev/typescript-0.89.3.wasm", |
15 | | - "https://plugins.dprint.dev/json-0.19.2.wasm", |
16 | | - "https://plugins.dprint.dev/markdown-0.16.4.wasm" |
| 29 | + "https://plugins.dprint.dev/typescript-0.93.0.wasm", |
| 30 | + "https://plugins.dprint.dev/json-0.19.4.wasm", |
| 31 | + "https://plugins.dprint.dev/markdown-0.17.8.wasm", |
| 32 | + "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm" |
17 | 33 | ] |
18 | 34 | } |
0 commit comments