diff options
| author | Linus Färnstrand <faern@faern.net> | 2021-11-26 13:54:24 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-11-29 13:09:35 +0100 |
| commit | 0954877ceaa0ae9d63bc572b6a10088de1273fa7 (patch) | |
| tree | 07ad3ade992818d83fa6176158a2f1dcd4d8cd30 | |
| parent | 2dc4a83d08e9b067eb54ee283a1ccc0444e7b013 (diff) | |
| download | mullvadvpn-0954877ceaa0ae9d63bc572b6a10088de1273fa7.tar.xz mullvadvpn-0954877ceaa0ae9d63bc572b6a10088de1273fa7.zip | |
Remove blank_lines_upper_bound = 2 from our rustfmt.toml
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 4fc14a42b8..84d8d52e28 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -8,4 +8,3 @@ imports_granularity = "Crate" # Heavily subjective style choices comment_width = 100 -blank_lines_upper_bound = 2 |
