mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
Change chain_indent to indent_style
This commit is contained in:
parent
5e639cacdb
commit
0d721241f4
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Block
|
||||
// rustfmt-indent_style: Block
|
||||
|
||||
fn test() {
|
||||
let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Visual
|
||||
// rustfmt-indent_style: Visual
|
||||
|
||||
fn test() {
|
||||
let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
|
||||
|
@ -1,6 +1,6 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-single_line_if_else_max_width: 0
|
||||
// rustfmt-chain_indent: Visual
|
||||
// rustfmt-indent_style: Visual
|
||||
// Test chain formatting.
|
||||
|
||||
fn main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Block
|
||||
// rustfmt-indent_style: Block
|
||||
// Chain indent
|
||||
|
||||
fn main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Visual
|
||||
// rustfmt-indent_style: Visual
|
||||
// Chain indent
|
||||
|
||||
fn main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Block
|
||||
// rustfmt-indent_style: Block
|
||||
|
||||
fn test() {
|
||||
let x = my_long_function()
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Visual
|
||||
// rustfmt-indent_style: Visual
|
||||
|
||||
fn test() {
|
||||
let x = my_long_function().my_even_longer_function()
|
||||
|
@ -1,6 +1,6 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-single_line_if_else_max_width: 0
|
||||
// rustfmt-chain_indent: Visual
|
||||
// rustfmt-indent_style: Visual
|
||||
// Test chain formatting.
|
||||
|
||||
fn main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Block
|
||||
// rustfmt-indent_style: Block
|
||||
// Chain indent
|
||||
|
||||
fn main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-chain_indent: Visual
|
||||
// rustfmt-indent_style: Visual
|
||||
// Chain indent
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user