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 6b402b3 commit d194ea3Copy full SHA for d194ea3
src/configuration/builder.rs
@@ -69,6 +69,8 @@ impl ConfigurationBuilder {
69
.ignore_file_comment_text("deno-fmt-ignore-file")
70
.module_sort_import_declarations(SortOrder::Maintain)
71
.module_sort_export_declarations(SortOrder::Maintain)
72
+ .export_declaration_sort_type_only_exports(NamedTypeImportsExportsOrder::Last)
73
+ .import_declaration_sort_type_only_imports(NamedTypeImportsExportsOrder::Last)
74
}
75
76
/// The width of a line the printer will try to stay under. Note that the printer may exceed this width in certain cases.
0 commit comments