diff options
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 8b8325406b..d56f55c24d 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -11,5 +11,6 @@ comment_width = 100 chain_one_line_max = 100 array_layout = "Block" fn_call_style = "Block" +take_source_hints = true write_mode = "Overwrite" |
