diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-12-15 14:20:05 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-12-18 09:21:05 +0100 |
| commit | 85a3555d71d95d85b6950d5c77568fa601609729 (patch) | |
| tree | eee0276292964e5b17e96aa6bbeab79749be450c /rustfmt.toml | |
| parent | 070cef6e4bcbbab627403a666f9d3ecf15615e40 (diff) | |
| download | mullvadvpn-85a3555d71d95d85b6950d5c77568fa601609729.tar.xz mullvadvpn-85a3555d71d95d85b6950d5c77568fa601609729.zip | |
Upgrade rustfmt to 0.3.2 and corresponding settings
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 25060d89d5..75d71f4a8d 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,10 +3,10 @@ reorder_imports = true reorder_imported_names = true reorder_imports_in_group = true use_try_shorthand = true -condense_wildcard_suffices = true +condense_wildcard_suffixes = true normalize_comments = true wrap_comments = true # Heavily subjective style choices comment_width = 100 -take_source_hints = true +blank_lines_upper_bound = 2 |
