mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: upgrade dprint (#3842)
This commit is contained in:
parent
af081d7449
commit
c7a2a33ea1
3 changed files with 7 additions and 9 deletions
|
@ -35,7 +35,7 @@ brotli2 = "0.3.2"
|
|||
clap = "2.33.0"
|
||||
dirs = "2.0.2"
|
||||
dlopen = "0.1.8"
|
||||
dprint-plugin-typescript = "0.3.0-alpha.1"
|
||||
dprint-plugin-typescript = "0.3.0-alpha.4"
|
||||
futures = { version = "0.3.1", features = [ "compat", "io-compat" ] }
|
||||
glob = "0.3.0"
|
||||
http = "0.2.0"
|
||||
|
|
|
@ -32,8 +32,6 @@ fn get_config() -> dprint::Configuration {
|
|||
.line_width(80)
|
||||
.indent_width(2)
|
||||
.next_control_flow_position(dprint::NextControlFlowPosition::SameLine)
|
||||
.force_multi_line_parameters(true)
|
||||
.force_multi_line_arguments(true)
|
||||
.binary_expression_operator_position(dprint::OperatorPosition::SameLine)
|
||||
.build()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue