diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-02 19:21:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-02 19:21:45 +0000 |
commit | 2d142a17efed6a1445cdc86f2f4abb329f54a140 (patch) | |
tree | 86820a0ea2b82db404d799ac67fb118f3b12c154 | |
parent | 5c2c686a1e5bce683229677b6eafbded9338f197 (diff) | |
parent | 7f1903ed460ed3ba7de553d13ce4e23bad70f1ad (diff) |
Merge #2159
2159: Remove forcing \n via rustfmt r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index f2e164618..71007de81 100644 --- a/rustfmt.toml +++ b/rustfmt.toml | |||
@@ -1,3 +1,2 @@ | |||
1 | reorder_modules = false | 1 | reorder_modules = false |
2 | use_small_heuristics = "Max" | 2 | use_small_heuristics = "Max" |
3 | newline_style = "Unix" | ||