0142e961ad
When either one of these two options are set to `true`, each should take precedence over the brace_style option. This commit does not introduce any formatting change to the default configuration, so no version gate is required.
5 lines
97 B
Rust
5 lines
97 B
Rust
// rustfmt-brace_style: AlwaysNextLine
|
|
// rustfmt-fn_single_line: true
|
|
|
|
fn lorem() -> i32 { 42 }
|