Skip to content

Commit 3b481a5

Browse files
committed
chore: set nextControlFlowPosition to nextLine
1 parent 9f0aaee commit 3b481a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"useTabs": true,
33
"typescript": {
44
"quoteStyle": "preferSingle",
5-
"arrowFunction.useParentheses": "preferNone"
5+
"arrowFunction.useParentheses": "preferNone",
6+
"nextControlFlowPosition": "nextLine"
67
},
78
"json": {
89
},

0 commit comments

Comments
 (0)