]> git.lizzy.rs Git - rust.git/commitdiff
Change chain_indent to indent_style
authortopecongiro <seuchida@gmail.com>
Mon, 13 Nov 2017 07:25:50 +0000 (16:25 +0900)
committertopecongiro <seuchida@gmail.com>
Mon, 13 Nov 2017 08:33:32 +0000 (17:33 +0900)
tests/source/chains-indent-tabbed.rs
tests/source/chains-indent-visual.rs
tests/source/chains-visual.rs
tests/source/configs-chain_indent-block.rs
tests/source/configs-chain_indent-visual.rs
tests/target/chains-indent-tabbed.rs
tests/target/chains-indent-visual.rs
tests/target/chains-visual.rs
tests/target/configs-chain_indent-block.rs
tests/target/configs-chain_indent-visual.rs

index 7a5afdfc9eff8504f284e39fc7c8e25bdbef37ce..6a9a40cb98f1988650963833c73362e87b918622 100644 (file)
@@ -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();
index 7e7f0558ffe5b95f89807f80a62c5bd773b29c8a..8fdd3c4cabf3a490c7453d35b070920a653d17d5 100644 (file)
@@ -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();
index 198691d82b59a8e99de60c928d08e11fc8664c51..99dfa921a71eabc1002806e07255d8839c0910b8 100644 (file)
@@ -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() {
index d77709422b2857b4eba8eb9f85540ea9cf75ec3b..41d91469114c9afec7971da29a9635027bdb109c 100644 (file)
@@ -1,4 +1,4 @@
-// rustfmt-chain_indent: Block
+// rustfmt-indent_style: Block
 // Chain indent
 
 fn main() {
index 67714d32045b4ebec2e9f09166f232e8b76f8074..b74948753980354d1424e5468121e4ffac2be237 100644 (file)
@@ -1,4 +1,4 @@
-// rustfmt-chain_indent: Visual
+// rustfmt-indent_style: Visual
 // Chain indent
 
 fn main() {
index 8222b1c6ac74c46bf96aa1e4c30c8eb92055ccfe..ea6b5764e44ee14a59275304fb453b5834e39b42 100644 (file)
@@ -1,4 +1,4 @@
-// rustfmt-chain_indent: Block
+// rustfmt-indent_style: Block
 
 fn test() {
     let x = my_long_function()
index 66ef44fcd4ae2dced64f8122fecd9799139d836a..23814e3dbe1a01cd13af001175280e3afb48dd0d 100644 (file)
@@ -1,4 +1,4 @@
-// rustfmt-chain_indent: Visual
+// rustfmt-indent_style: Visual
 
 fn test() {
     let x = my_long_function().my_even_longer_function()
index c0fd18b44de87b16c406fc693fd2b0b82e8f7743..abba2853a6b7cd660aabac620d43d4a1bea2d8b2 100644 (file)
@@ -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() {
index b172e293b720d8296b5b5b47809e4f0b3a684dcb..23340a4aba2fefaef924fdfde30ce11e8b7ef0cf 100644 (file)
@@ -1,4 +1,4 @@
-// rustfmt-chain_indent: Block
+// rustfmt-indent_style: Block
 // Chain indent
 
 fn main() {
index ef7dac93f7f4de51c4165718a331cb84dc4bdb51..569f3d8b81d7843f2ad19c0badcd22e2dff15ded 100644 (file)
@@ -1,4 +1,4 @@
-// rustfmt-chain_indent: Visual
+// rustfmt-indent_style: Visual
 // Chain indent
 
 fn main() {