This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
rfc-rustfmt.toml
5 lines
94 B
TOML
Raw
Normal View
History
Unescape
Escape
Add style RFC conformant rustfmt toml Add a new `where` clause option, as yet unused.
2017-03-09 13:16:14 +13:00
fn_args_layout
=
"Block"
Update RFC toml file
2017-03-20 10:27:01 +13:00
array_layout
=
"Block"
Add style RFC conformant rustfmt toml Add a new `where` clause option, as yet unused.
2017-03-09 13:16:14 +13:00
where_style
=
"Rfc"
Block indenting for struct lit patterns Now follows struct_lit_style (and most other struct_lit_ options). Required a fair bit of refactoring and bug fixes. Fixes #1311
2017-03-21 11:23:59 +13:00
generics_indent
=
"Block"
Reference in New Issue
Copy Permalink