Skip to content

Commit e94a380

Browse files
committed
Opinionated change to lineWidth/operatorPosition
1 parent f89ae1c commit e94a380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dprint.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indentWidth": 4,
3-
"lineWidth": 1000,
3+
"lineWidth": 120,
44
"newLineKind": "auto",
55
"useTabs": false,
66
"typescript": {
@@ -13,7 +13,7 @@
1313
"nextControlFlowPosition": "nextLine", // Stroustrup style braces.
1414
"trailingCommas": "onlyMultiLine",
1515
"preferHanging": false,
16-
"operatorPosition": "maintain",
16+
"operatorPosition": "nextLine",
1717

1818
"arrowFunction.useParentheses": "preferNone",
1919
"conditionalExpression.linePerExpression": false, // Keep our "match/case"-ish conditionals.

0 commit comments

Comments
 (0)