We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89ae1c commit e94a380Copy full SHA for e94a380
.dprint.jsonc
@@ -1,6 +1,6 @@
1
{
2
"indentWidth": 4,
3
- "lineWidth": 1000,
+ "lineWidth": 120,
4
"newLineKind": "auto",
5
"useTabs": false,
6
"typescript": {
@@ -13,7 +13,7 @@
13
"nextControlFlowPosition": "nextLine", // Stroustrup style braces.
14
"trailingCommas": "onlyMultiLine",
15
"preferHanging": false,
16
- "operatorPosition": "maintain",
+ "operatorPosition": "nextLine",
17
18
"arrowFunction.useParentheses": "preferNone",
19
"conditionalExpression.linePerExpression": false, // Keep our "match/case"-ish conditionals.
0 commit comments