chore: upgrade dprint (#3842)

This commit is contained in:
Bartek Iwańczuk 2020-01-31 11:06:42 +01:00 committed by GitHub
parent af081d7449
commit c7a2a33ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 9 deletions

View file

@ -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"

View file

@ -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()
}