diff options
Diffstat (limited to 'third_party/rust/profiling/rustfmt.toml')
-rw-r--r-- | third_party/rust/profiling/rustfmt.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/profiling/rustfmt.toml b/third_party/rust/profiling/rustfmt.toml new file mode 100644 index 0000000000..e9648ecf98 --- /dev/null +++ b/third_party/rust/profiling/rustfmt.toml @@ -0,0 +1,4 @@ + +# This makes merge conflicts less likely to occur, and makes it easier to see +# symmetry between parameters. +fn_args_layout = "Vertical" |