Skip to content

Commit

Permalink
style: simplify rustfmt rules
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Sep 30, 2022
1 parent 223875a commit 9562c10
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
# Fuchsia Format Style
# last reviewed: Jan 29, 2019

# Fuchsia uses 2018 edition only
edition = "2018"

# The "Default" setting has a heuristic which splits lines too aggresively.
# We are willing to revisit this setting in future versions of rustfmt.
# Bugs:
# * https://github.com/rust-lang/rustfmt/issues/3119
# * https://github.com/rust-lang/rustfmt/issues/3120
use_small_heuristics = "Max"

# Prevent carriage returns
newline_style = "Unix"

0 comments on commit 9562c10

Please sign in to comment.