diff --git a/dprint.json b/dprint.json index 28d5bd11..e2ad9d84 100644 --- a/dprint.json +++ b/dprint.json @@ -1,5 +1,6 @@ { "typescript": { + "module.sortImportDeclarations": "maintain", "quoteStyle": "preferSingle", "semiColons": "asi" },