diff --git a/dprint.json b/dprint.json index a3a22d3..c90d305 100644 --- a/dprint.json +++ b/dprint.json @@ -33,10 +33,15 @@ "exportDeclaration.forceMultiLine": "whenMultiple", "exportDeclaration.forceSingleLine": false, "ifStatement.useBraces": "always", + "ifStatement.singleBodyPosition": "nextLine", "whileStatement.useBraces": "always", + "whileStatement.singleBodyPosition": "nextLine", "forStatement.useBraces": "always", + "forStatement.singleBodyPosition": "nextLine", "forInStatement.useBraces": "always", - "forOfStatement.useBraces": "always" + "forInStatement.singleBodyPosition": "nextLine", + "forOfStatement.useBraces": "always", + "forOfStatement.singleBodyPosition": "nextLine" }, "json": { "indentWidth": 2,