diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-31 11:06:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 11:06:42 +0100 |
| commit | c7a2a33ea1a3245bfc1b9af1db2282ef8e3f7ab3 (patch) | |
| tree | 20eeaffe5313931c98e37bc0dd46bbc39ef5798c /cli | |
| parent | af081d7449d73ff023b817a30c99236527567aac (diff) | |
chore: upgrade dprint (#3842)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | cli/fmt.rs | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a643e51ba..f90532a4c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" diff --git a/cli/fmt.rs b/cli/fmt.rs index c26c76d56..acdad1179 100644 --- a/cli/fmt.rs +++ b/cli/fmt.rs @@ -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() } |
